]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t3700-add.sh
t: fix whitespace around &&
[thirdparty/git.git] / t / t3700-add.sh
index 88bc799807f7dd99ba98cda2b698ef83e027f7b7..b7d4ba608cbc96998fdac714ebb53a0f53c46f9e 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
 '