X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft2002-checkout-cache-u.sh;h=70361c806e1baf1b26810983374c53eb49ea2f2d;hb=ca02ad3447efdbd4cb2aa9ba0ee3fc6124035274;hp=0f441bcef768ca68ead9bfa2d06b714b8d2c35ac;hpb=32a27b56662b1c7aa13f98c95f170ba5290c7559;p=git.git diff --git a/t/t2002-checkout-cache-u.sh b/t/t2002-checkout-cache-u.sh index 0f441bcef..70361c806 100755 --- a/t/t2002-checkout-cache-u.sh +++ b/t/t2002-checkout-cache-u.sh @@ -21,13 +21,13 @@ test_expect_success \ rm -f path0 && git read-tree $t && git checkout-index -f -a && -! git diff-files | diff - /dev/null' +test_must_fail git diff-files --exit-code' test_expect_success \ 'with -u, git checkout-index picks up stat information from new files.' ' rm -f path0 && git read-tree $t && git checkout-index -u -f -a && -git diff-files | diff - /dev/null' +git diff-files --exit-code' test_done