X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft6000lib.sh;h=ea25dd89e505525507c16c62d91fb07c092b064a;hb=7b3bdbb335b6be938b4748e86a41357e51c97804;hp=985d517a1ce4cf2f80eed3d54c25b5fc912d5c6b;hpb=bcbbe4f9d9afa025024f18a474d11bfec32e3207;p=git.git diff --git a/t/t6000lib.sh b/t/t6000lib.sh index 985d517a1..ea25dd89e 100644 --- a/t/t6000lib.sh +++ b/t/t6000lib.sh @@ -91,7 +91,7 @@ check_output() shift 1 if eval "$*" | entag > $_name.actual then - diff $_name.expected $_name.actual + test_cmp $_name.expected $_name.actual else return 1; fi