OSDN Git Service

Merge branch 'js/eol-on-ourselves' into maint
[git-core/git.git] / t / t1430-bad-ref-name.sh
index 8937e25..e88349c 100755 (executable)
@@ -122,7 +122,7 @@ test_expect_success 'push cannot create a badly named ref' '
        ! grep -e "broken\.\.\.ref" output
 '
 
-test_expect_failure 'push --mirror can delete badly named ref' '
+test_expect_failure C_LOCALE_OUTPUT 'push --mirror can delete badly named ref' '
        top=$(pwd) &&
        git init src &&
        git init dest &&