X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=t%2Ft6001-rev-list-graft.sh;h=fc57e7d3fd69c60144ee3fb3f66b252a67369b42;hb=48c250a121a425a1860226b6a7061aecfbab5246;hp=b2131cdacd93e0b62f4ef8fdc62b6a81c6aef6fc;hpb=b4955fb611ce407ef0e522862c60ae0472dbfe5e;p=git.git diff --git a/t/t6001-rev-list-graft.sh b/t/t6001-rev-list-graft.sh index b2131cdac..fc57e7d3f 100755 --- a/t/t6001-rev-list-graft.sh +++ b/t/t6001-rev-list-graft.sh @@ -84,7 +84,7 @@ check () { git rev-list --parents --pretty=raw $arg | sed -n -e 's/^commit //p' >test.actual fi - diff test.expect test.actual + test_cmp test.expect test.actual } for type in basic parents parents-raw