fast-export: make sure updated refs get updated
[gitweb.git] / t / t3903-stash.sh
index 3addb804d56fe2f0bcbf2d78bddd541880098c8d..5dfbda7491aceaa64215ac94bdd416f9b93f55d3 100755 (executable)
@@ -443,7 +443,7 @@ test_expect_success 'stash show format defaults to --stat' '
        STASH_ID=$(git stash create) &&
        git reset --hard &&
        cat >expected <<-EOF &&
-        file |    1 +
+        file | 1 +
         1 file changed, 1 insertion(+)
        EOF
        git stash show ${STASH_ID} >actual &&
@@ -610,7 +610,7 @@ test_expect_success 'stash apply shows status same as git status (relative to cu
                git stash apply
        ) |
        sed -e 1,2d >actual && # drop "Saved..." and "HEAD is now..."
-       test_cmp expect actual
+       test_i18ncmp expect actual
 '
 
 cat > expect << EOF