X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft4006-diff-mode.sh;h=e72c6fd1b4fa294e3e52fe55ab68c672bfc57e15;hb=44bdc434e830cea881eb908e32d80d5bc0c71d4f;hp=ca342f48a198c2e98e4459273e8350bb7aed6328;hpb=b4d2b04c9b6dc42c0bcf0513b9d8f731ec26db82;p=git.git diff --git a/t/t4006-diff-mode.sh b/t/t4006-diff-mode.sh index ca342f48a..e72c6fd1b 100755 --- a/t/t4006-diff-mode.sh +++ b/t/t4006-diff-mode.sh @@ -38,7 +38,7 @@ echo ":100644 100755 X X M rezrov" >expected test_expect_success \ 'verify' \ - 'diff -u expected check' + 'git diff expected check' test_done