Skip to content

Commit 1f314d5

Browse files
committed
Merge branch 'cb/do-not-use-test-cmp-with-a'
Test portability fix. * cb/do-not-use-test-cmp-with-a: t4038: Remove non-portable '-a' option passed to test_cmp
2 parents 59b19bc + 75b2c15 commit 1f314d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t4038-diff-combined.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ test_expect_success FUNNYNAMES '--combined-all-paths and --raw and funny names'
509509
test_expect_success FUNNYNAMES '--combined-all-paths and --raw -and -z and funny names' '
510510
printf "aaf8087c3cbd4db8e185a2d074cf27c53cfb75d7\0::100644 100644 100644 f00c965d8307308469e537302baa73048488f162 088bd5d92c2a8e0203ca8e7e4c2a5c692f6ae3f7 333b9c62519f285e1854830ade0fe1ef1d40ee1b RR\0file\twith\ttabs\0i\tam\ttabbed\0fickle\tnaming\0" >expect &&
511511
git diff-tree -c -M --raw --combined-all-paths -z HEAD >actual &&
512-
test_cmp -a expect actual
512+
test_cmp expect actual
513513
'
514514

515515
test_expect_success FUNNYNAMES '--combined-all-paths and --cc and funny names' '

0 commit comments

Comments
 (0)