Commit a test script.
authorEric S. Raymond <esr@thyrsus.com>
Tue, 2 Jan 2024 21:03:30 +0000 (16:03 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 2 Jan 2024 21:03:30 +0000 (16:03 -0500)
tests/compare [new file with mode: 0755]

diff --git a/tests/compare b/tests/compare
new file mode 100755 (executable)
index 0000000..32f60be
--- /dev/null
@@ -0,0 +1,4 @@
+#! /bin/sh
+# Display diff for an individual test
+test=$1
+../advent <${test}.log | ./tapdiffer "${test}" "${test}.chk"