]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t3905-stash-include-untracked.sh
Merge branch 'ab/detox-gettext-tests'
[thirdparty/git.git] / t / t3905-stash-include-untracked.sh
index b26a97aef46e5846edb25228a1f6472f72964853..598b17f6d4de87f566f5f8d2cde2ac3e43b5c427 100755 (executable)
@@ -288,7 +288,7 @@ test_expect_success 'stash -u -- <ignored> leaves ignored file alone' '
 test_expect_success 'stash -u -- <non-existent> shows no changes when there are none' '
        git stash push -u -- non-existent >actual &&
        echo "No local changes to save" >expect &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'stash -u with globs' '