X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft3002-ls-files-dashpath.sh;h=8704b04e1b4150357a7a01c91ac59bb1f22cbb8e;hb=02c2c60e2ab74aad202644b40338c4ff008419b3;hp=b42f1382bc9c585d12febcd99594f6ba7d7d743c;hpb=659db3f673fe199bad6ce9cc625d3a1b098bfbcf;p=git.git diff --git a/t/t3002-ls-files-dashpath.sh b/t/t3002-ls-files-dashpath.sh index b42f1382b..8704b04e1 100755 --- a/t/t3002-ls-files-dashpath.sh +++ b/t/t3002-ls-files-dashpath.sh @@ -3,9 +3,9 @@ # Copyright (c) 2005 Junio C Hamano # -test_description='git-ls-files test (-- to terminate the path list). +test_description='git ls-files test (-- to terminate the path list). -This test runs git-ls-files --others with the following on the +This test runs git ls-files --others with the following on the filesystem. path0 - a file @@ -21,9 +21,9 @@ test_expect_success \ echo frotz >./--' test_expect_success \ - 'git-ls-files without path restriction.' \ - 'git-ls-files --others >output && - diff -u output - <output && + test_cmp output - <output && - diff -u output - <output && + test_cmp output - <output && - diff -u output - <output && + test_cmp output - <output && - diff -u output - <output && + test_cmp output - <output && - diff -u output - <output && + test_cmp output - <