Imported Upstream version 2.14.4
[platform/upstream/git.git] / t / t3001-ls-files-others-exclude.sh
index b2798fe..3fc484e 100755 (executable)
@@ -294,7 +294,7 @@ one/a.1
 one/two/a.1
 three/a.1
 EOF
-       git ls-files -o -i --exclude "**/a.1" >actual
+       git ls-files -o -i --exclude "**/a.1" >actual &&
        test_cmp expect actual
 '