mirror of
https://github.com/git/git.git
synced 2026-02-19 06:12:03 +00:00
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:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user