X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft0050-filesystem.sh;h=7edf49db3c37982a6d599a39b98ce60ceeb0039b;hb=acd3b9eca82e38950f94e4708b528b7dae09a7c8;hp=b177174ef53e7689cc8c18b134afdbe90be72744;hpb=a0653d550524a0263d36fde6a8cf98941dd057ab;p=git.git diff --git a/t/t0050-filesystem.sh b/t/t0050-filesystem.sh index b177174ef..7edf49db3 100755 --- a/t/t0050-filesystem.sh +++ b/t/t0050-filesystem.sh @@ -85,7 +85,7 @@ $test_case 'add (with different case)' ' rm camelcase && echo 1 >CamelCase && git add CamelCase && - test $(git-ls-files | grep -i camelcase | wc -l) = 1 + test $(git ls-files | grep -i camelcase | wc -l) = 1 '