diff.c: color moved lines differently, plain mode
[gitweb.git] / t / t7508-status.sh
index 7121a550c7ce789d5bcd2bb9a5d8c595e7baaa6a..f7fe22a195e437d5a2aa9c28ea5991b53ae2c7e7 100755 (executable)
@@ -1603,7 +1603,7 @@ EOF
 test_expect_success 'git commit -m will commit a staged but ignored submodule' '
        git commit -uno -m message &&
        git status -s --ignore-submodules=dirty >output &&
-        test_i18ngrep ! "^M. sm" output &&
+       test_i18ngrep ! "^M. sm" output &&
        git config --remove-section submodule.subname &&
        git config -f .gitmodules  --remove-section submodule.subname
 '