X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=t%2Ft4025-hunk-header.sh;h=7a3dbc1ea22fd19a54da8949abc368c112377b19;hb=48c250a121a425a1860226b6a7061aecfbab5246;hp=9ba06b74ce1a68c49ca76be66743a0c8ebd56cb3;hpb=6bc4c72132adbdc06c428f86a96f27e4f8173b99;p=git.git diff --git a/t/t4025-hunk-header.sh b/t/t4025-hunk-header.sh index 9ba06b74c..7a3dbc1ea 100755 --- a/t/t4025-hunk-header.sh +++ b/t/t4025-hunk-header.sh @@ -37,7 +37,7 @@ test_expect_success 'hunk header truncation with an overly long line' ' echo " A $N$N$N$N$N$N$N$N$N2" echo " L $N$N$N$N$N$N$N$N$N1" ) >expected && - diff -u actual expected + test_cmp actual expected '