X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft3001-ls-files-others-exclude.sh;h=c8fe9782672c0e6ba2f0fd0c1b708fc980263182;hb=2f76a26ee707ab72c043148b38dfffb7a63ae516;hp=6d2f2b67ee8d03e1f1dc4874da100cb2e179b6d1;hpb=e25ccff14071ec3628153992acc82b9922e16938;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