Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
built-in rebase --autostash: leave the current branch alone if possible
[gitweb.git]
/
t
/
t7415-submodule-names.sh
diff --git
a/t/t7415-submodule-names.sh
b/t/t7415-submodule-names.sh
index ba8af785a5dc19de5403127ec5d62e62960bf775..293e2e1963962e49afa10882439b5106607439a1 100755
(executable)
--- a/
t/t7415-submodule-names.sh
+++ b/
t/t7415-submodule-names.sh
@@
-185,7
+185,7
@@
test_expect_success 'fsck detects corrupt .gitmodules' '
git add .gitmodules &&
git commit -m "broken gitmodules" &&
-
test_must_fail
git fsck 2>output &&
+ git fsck 2>output &&
grep gitmodulesParse output &&
test_i18ngrep ! "bad config" output
)