X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft7402-submodule-rebase.sh;h=f919c8d34de41b2ec3fe08c217dd2c6276cf8472;hb=5c28a8b054cb69a37638b0261fc370422c8fab58;hp=5becb3ec5481b2407a18e59a426241be8f684051;hpb=afce435000030e3ad076ef1dd413e0fa314cdcbb;p=git.git diff --git a/t/t7402-submodule-rebase.sh b/t/t7402-submodule-rebase.sh index 5becb3ec5..f919c8d34 100755 --- a/t/t7402-submodule-rebase.sh +++ b/t/t7402-submodule-rebase.sh @@ -71,7 +71,7 @@ test_expect_success 'rebase with dirty file and submodule fails' ' test_tick && git commit -m rewrite file && echo dirty > file && - ! git rebase --onto HEAD~2 HEAD^ + test_must_fail git rebase --onto HEAD~2 HEAD^ '