Skip to content

Commit 6968ca9

Browse files
committed
Merge branch 'ks/t7508-indent-fix'
Cosmetic update to a test. * ks/t7508-indent-fix: t7508: fix a broken indentation
2 parents 54e6ce5 + 4fced24 commit 6968ca9

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
@@ -1603,7 +1603,7 @@ EOF
16031603
test_expect_success 'git commit -m will commit a staged but ignored submodule' '
16041604
git commit -uno -m message &&
16051605
git status -s --ignore-submodules=dirty >output &&
1606-
test_i18ngrep ! "^M. sm" output &&
1606+
test_i18ngrep ! "^M. sm" output &&
16071607
git config --remove-section submodule.subname &&
16081608
git config -f .gitmodules --remove-section submodule.subname
16091609
'

0 commit comments

Comments
 (0)