summaryrefslogtreecommitdiffstats
path: root/t/t7508-status.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-06-26 23:09:32 +0200
committerJunio C Hamano <gitster@pobox.com>2017-06-26 23:09:32 +0200
commit6968ca9b255d1ee327c36bdd79418aa8d8b2c38f (patch)
tree9ab6f75ecb3840b3739e735ef342e52fbd2b93b7 /t/t7508-status.sh
parentMerge branch 'jk/add-p-commentchar-fix' (diff)
parentt7508: fix a broken indentation (diff)
downloadgit-6968ca9b255d1ee327c36bdd79418aa8d8b2c38f.tar.xz
git-6968ca9b255d1ee327c36bdd79418aa8d8b2c38f.zip
Merge branch 'ks/t7508-indent-fix'
Cosmetic update to a test. * ks/t7508-indent-fix: t7508: fix a broken indentation
Diffstat (limited to 't/t7508-status.sh')
-rwxr-xr-xt/t7508-status.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7508-status.sh b/t/t7508-status.sh
index 7121a550c7..f7fe22a195 100755
--- a/t/t7508-status.sh
+++ b/t/t7508-status.sh
@@ -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
'