]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t4038-diff-combined.sh
Merge branch 'bc/hash-independent-tests-part-6'
[thirdparty/git.git] / t / t4038-diff-combined.sh
index 15fc054fdb7e688316cb85ca08024ea691921daa..b5a56895e8e8368996c8c7f9314b4bf93fddd234 100755 (executable)
@@ -516,7 +516,7 @@ test_expect_success FUNNYNAMES '--combined-all-paths and --raw and funny names'
 test_expect_success FUNNYNAMES '--combined-all-paths and --raw -and -z and funny names' '
        printf "$head\0::100644 100644 100644 $side1df $side2df $headf RR\0file\twith\ttabs\0i\tam\ttabbed\0fickle\tnaming\0" >expect &&
        git diff-tree -c -M --raw --combined-all-paths -z HEAD >actual &&
-       test_cmp -a expect actual
+       test_cmp expect actual
 '
 
 test_expect_success FUNNYNAMES '--combined-all-paths and --cc and funny names' '