Merge branch 'ld/git-p4-tags-and-labels' into next

By Luke Diamand
* ld/git-p4-tags-and-labels:
  git p4: fix unit tests
This commit is contained in:
Junio C Hamano
2012-04-25 12:43:19 -07:00

View File

@@ -91,7 +91,7 @@ test_expect_success 'no config, edited' '
cd "$git" &&
echo line >>file1 &&
git commit -a -m "change 5" &&
EDITOR="\"$ed\"" git p4 submit &&
P4EDITOR="" EDITOR="\"$ed\"" git p4 submit &&
p4 changes //depot/... >wc &&
test_line_count = 5 wc
)