Merge branch 'jc/send-email-sensible-encoding'
[gitweb.git] / t / t7508-status.sh
index d48006960e8b4e5feb3d8af8d7a505983f8317eb..8ed5788808055889208ac9451054f098538a6878 100755 (executable)
@@ -1350,8 +1350,7 @@ test_expect_success "status (core.commentchar with submodule summary)" '
 
 test_expect_success "status (core.commentchar with two chars with submodule summary)" '
        test_config core.commentchar ";;" &&
-       git -c status.displayCommentPrefix=true status >output &&
-       test_i18ncmp expect output
+       test_must_fail git -c status.displayCommentPrefix=true status
 '
 
 test_expect_success "--ignore-submodules=all suppresses submodule summary" '