X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft3417-rebase-whitespace-fix.sh;h=1fb3e499b4a044d935c090bfa567a7ace271c054;hb=905ffa44248ce1578d22b342eb6c522da90e2f61;hp=220a740ee89af325d04321a45aafc275ed130610;hpb=2e5a40f0b59af243f83a14bf1db4b7f833c6c49d;p=git.git diff --git a/t/t3417-rebase-whitespace-fix.sh b/t/t3417-rebase-whitespace-fix.sh index 220a740ee..1fb3e499b 100755 --- a/t/t3417-rebase-whitespace-fix.sh +++ b/t/t3417-rebase-whitespace-fix.sh @@ -89,7 +89,7 @@ test_expect_success 'same, but do not remove trailing spaces' ' git config core.whitespace "-blank-at-eol" && git reset --hard HEAD^ && cp third file && git add file && git commit -m third && - git rebase --whitespace=fix HEAD^^ + git rebase --whitespace=fix HEAD^^ && git diff --exit-code HEAD^:file expect-second && test_cmp file third '