X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft3417-rebase-whitespace-fix.sh;h=1fb3e499b4a044d935c090bfa567a7ace271c054;hb=eec8a512bc957efac656921a5aeeaef23bd9f729;hp=220a740ee89af325d04321a45aafc275ed130610;hpb=26517dea245cc6332ffb80cf7747f6c211aa2e4d;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 '