]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t1430-bad-ref-name.sh
Merge branch 'en/ort-perf-batch-9'
[thirdparty/git.git] / t / t1430-bad-ref-name.sh
index 354902e514f964194828dbbe04d9d0d81dc50d85..b1839e08771d4162db11f2b6b6eabd33da10b275 100755 (executable)
@@ -125,7 +125,7 @@ test_expect_success 'push cannot create a badly named ref' '
        ! grep -e "broken\.\.\.ref" output
 '
 
-test_expect_failure C_LOCALE_OUTPUT 'push --mirror can delete badly named ref' '
+test_expect_failure 'push --mirror can delete badly named ref' '
        top=$(pwd) &&
        git init src &&
        git init dest &&