]> asedeno.scripts.mit.edu Git - git.git/blobdiff - t/t4015-diff-whitespace.sh
Merge branch 'en/and-cascade-tests'
[git.git] / t / t4015-diff-whitespace.sh
index a8736f7cbeef65b3454847bb4b4df508c0079652..8622eb51c70acf73ea1f2173a946b1a5ade6a221 100755 (executable)
@@ -330,7 +330,7 @@ test_expect_success 'check space before tab in indent (space-before-tab: on)' '
 
 test_expect_success 'check spaces as indentation (indent-with-non-tab: off)' '
 
-       git config core.whitespace "-indent-with-non-tab"
+       git config core.whitespace "-indent-with-non-tab" &&
        echo "        foo ();" > x &&
        git diff --check