Skip to content

Commit 83cf0fe

Browse files
Pete Wyckoffgitster
authored andcommitted
git-p4: add missing && in test
Signed-off-by: Pete Wyckoff <[email protected]> Acked-by: Luke Diamand <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f40ae5c commit 83cf0fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t9800-git-p4.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ test_expect_success 'preserve user where author is unknown to p4' '
202202
"$GITP4" clone --dest="$git" //depot &&
203203
test_when_finished cleanup_git &&
204204
cd "$git" &&
205-
git config git-p4.skipSubmitEditCheck true
205+
git config git-p4.skipSubmitEditCheck true &&
206206
echo "username-bob: a change by bob" >> file1 &&
207207
git commit --author "Bob <bob@localhost>" -m "preserve: a change by bob" file1 &&
208208
echo "username-unknown: a change by charlie" >> file1 &&

0 commit comments

Comments
 (0)