Imported Upstream version 2.27.0
[platform/upstream/git.git] / t / t3700-add.sh
index 88bc799..b7d4ba6 100755 (executable)
@@ -192,7 +192,7 @@ test_expect_success 'git add --refresh with pathspec' '
        test_must_be_empty actual &&
 
        git diff-files --name-only >actual &&
-       ! grep bar actual&&
+       ! grep bar actual &&
        grep baz actual
 '