Skip to content

Commit 8f3a16c

Browse files
committed
Merge branch 'ks/t7508-indent-fix' into maint
Cosmetic update to a test. * ks/t7508-indent-fix: t7508: fix a broken indentation
2 parents dbcf775 + 4fced24 commit 8f3a16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7508-status.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1494,7 +1494,7 @@ EOF
14941494
test_expect_success 'git commit -m will commit a staged but ignored submodule' '
14951495
git commit -uno -m message &&
14961496
git status -s --ignore-submodules=dirty >output &&
1497-
test_i18ngrep ! "^M. sm" output &&
1497+
test_i18ngrep ! "^M. sm" output &&
14981498
git config --remove-section submodule.subname &&
14991499
git config -f .gitmodules --remove-section submodule.subname
15001500
'

0 commit comments

Comments
 (0)