]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t4153-am-resume-override-opts.sh
Merge branch 'ab/detox-gettext-tests'
[thirdparty/git.git] / t / t4153-am-resume-override-opts.sh
index 8ea22d1bcbb8340d32fe87f299a77c98362c3797..b7c3861407d026e7064dbab0237bfa709859c462 100755 (executable)
@@ -61,7 +61,7 @@ test_expect_success '--no-quiet overrides --quiet' '
        # Applying side2 will be quiet.
        git am --no-quiet --continue >out &&
        echo "Applying: side1" >expected &&
-       test_i18ncmp expected out
+       test_cmp expected out
 '
 
 test_expect_success '--signoff overrides --no-signoff' '