summaryrefslogtreecommitdiff
path: root/t/t4025-hunk-header.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t4025-hunk-header.sh')
-rwxr-xr-xt/t4025-hunk-header.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4025-hunk-header.sh b/t/t4025-hunk-header.sh
index 9ba06b7..7a3dbc1 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
'