X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft3001-ls-files-others-exclude.sh;h=c8fe9782672c0e6ba2f0fd0c1b708fc980263182;hb=ebfd72c856fd40b226d977164892bcd22979e78e;hp=6d2f2b67ee8d03e1f1dc4874da100cb2e179b6d1;hpb=c512b035556eff4d8f869afeda5fd78bc7a4966d;p=git.git diff --git a/t/t3001-ls-files-others-exclude.sh b/t/t3001-ls-files-others-exclude.sh index 6d2f2b67e..c8fe97826 100755 --- a/t/t3001-ls-files-others-exclude.sh +++ b/t/t3001-ls-files-others-exclude.sh @@ -156,7 +156,7 @@ test_expect_success 'trailing slash in exclude allows directory match (2)' ' test_expect_success 'trailing slash in exclude forces directory match (1)' ' - >two + >two && git ls-files --others --exclude=two/ >output && grep "^two" output