From 0b82afa5c1ef86d0255496dbb8b63af41b4ba316 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 2 Jan 2024 16:03:30 -0500 Subject: [PATCH] Commit a test script. --- tests/compare | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 tests/compare diff --git a/tests/compare b/tests/compare new file mode 100755 index 0000000..32f60be --- /dev/null +++ b/tests/compare @@ -0,0 +1,4 @@ +#! /bin/sh +# Display diff for an individual test +test=$1 +../advent <${test}.log | ./tapdiffer "${test}" "${test}.chk" -- 2.31.1