From: Eric S. Raymond Date: Wed, 1 Mar 2023 19:01:44 +0000 (-0500) Subject: Don't crap out on failed diff. X-Git-Tag: 1.14~18 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=1f644a1d7d441a24bfc6df7271e028f08c125d40 Don't crap out on failed diff. --- diff --git a/tests/tapdiffer b/tests/tapdiffer index b529a39..3ddd629 100755 --- a/tests/tapdiffer +++ b/tests/tapdiffer @@ -16,7 +16,6 @@ trap 'rm /tmp/tapdiff$$' EXIT HUP INT QUIT TERM if diff --text -u ${checkfile} - >/tmp/tapdiff$$ then echo "ok - ${legend}" - exit 0 else echo "not ok - ${checkfile}: ${legend}" if [ ! "${QUIET}" = 1 ] @@ -25,7 +24,6 @@ else sed