Merge branch 'sg/fast-import-dump-refs-on-checkpoint-fix'
[gitweb.git] / t / t7415-submodule-names.sh
index ba8af785a5dc19de5403127ec5d62e62960bf775..293e2e1963962e49afa10882439b5106607439a1 100755 (executable)
@@ -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
        )