X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft6037-merge-ours-theirs.sh;h=2cf42c73f14ef5069d096fb29e67dac571227cfe;hb=7ca97f6ecc66f1d70ca126edd33b6a3065c914f7;hp=8ab3d61f445725ec48b8b4ce28cfbf4a9ce13844;hpb=71ee7fd15457a0252c089420b5b66de266dcbd2f;p=git.git diff --git a/t/t6037-merge-ours-theirs.sh b/t/t6037-merge-ours-theirs.sh index 8ab3d61f4..2cf42c73f 100755 --- a/t/t6037-merge-ours-theirs.sh +++ b/t/t6037-merge-ours-theirs.sh @@ -58,7 +58,7 @@ test_expect_success 'pull with -X' ' git reset --hard master && git pull -s recursive -X ours . side && git reset --hard master && git pull -s recursive -Xtheirs . side && git reset --hard master && git pull -s recursive -X theirs . side && - git reset --hard master && ! git pull -s recursive -X bork . side + git reset --hard master && test_must_fail git pull -s recursive -X bork . side ' test_done