]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t1404-update-ref-errors.sh
Merge branch 'ab/detox-gettext-tests'
[thirdparty/git.git] / t / t1404-update-ref-errors.sh
index 2d142e5535e5abfbeb2c8dbc68c5e9de9e2d92cd..8b51c4efc1359dacd1b760897e48c264b965f861 100755 (executable)
@@ -101,7 +101,7 @@ df_test() {
                printf "%s\n" "delete $delname" "create $addname $D"
        fi >commands &&
        test_must_fail git update-ref --stdin <commands 2>output.err &&
-       test_i18ncmp expected-err output.err &&
+       test_cmp expected-err output.err &&
        printf "%s\n" "$C $delref" >expected-refs &&
        git for-each-ref --format="%(objectname) %(refname)" $prefix/r >actual-refs &&
        test_cmp expected-refs actual-refs