Merge branch 'sd/t3200-branch-m-test'
[gitweb.git] / t / t3903-stash.sh
index d10ddb5b3580f02eab6f9e7694c186b0c3025e42..4046817d70a0ac1dd5b11a49c500896688a4f0b1 100755 (executable)
@@ -881,7 +881,7 @@ test_expect_success 'stash push -p with pathspec shows no changes only once' '
        git stash push -p foo >actual &&
        echo "No local changes to save" >expect &&
        git reset --hard HEAD~ &&
-       test_cmp expect actual
+       test_i18ncmp expect actual
 '
 
 test_expect_success 'stash push with pathspec shows no changes when there are none' '
@@ -891,7 +891,7 @@ test_expect_success 'stash push with pathspec shows no changes when there are no
        git stash push foo >actual &&
        echo "No local changes to save" >expect &&
        git reset --hard HEAD~ &&
-       test_cmp expect actual
+       test_i18ncmp expect actual
 '
 
 test_expect_success 'stash push with pathspec not in the repository errors out' '