Skip to content

Commit 4fced24

Browse files
Kaartic Sivaraamgitster
authored andcommitted
t7508: fix a broken indentation
Change the indentation from "\t " to "\t". This indenting issue was introduced when the test was added in commit 1d2f393 ("status/commit: show staged submodules regardless of ignore config", 2014-04-05). Helped-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Kaartic Sivaraam <[email protected]> Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 840ed14 commit 4fced24

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)