X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=t%2Ft6037-merge-ours-theirs.sh;h=2cf42c73f14ef5069d096fb29e67dac571227cfe;hb=7ec344d802970782036146e29ba2213e86d49fe1;hp=8ab3d61f445725ec48b8b4ce28cfbf4a9ce13844;hpb=32ae5b342545f168b6006bcd8974cc96650d083d;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