Move in the direction of being able to do ancient regression tests.

This commit is contained in:
Eric S. Raymond 2023-03-21 14:07:04 -04:00
parent 8fd3eb8b92
commit b044e9ab42
2 changed files with 23 additions and 7 deletions

8
tests/newfilter Executable file
View file

@ -0,0 +1,8 @@
#!/bin/sh
#
# Filter the output from Open Adventure versions to make it compatible with
# the filtered versions of logs made from advent430.
sed \
-e '/bridge now spans the fissure/s//bridge spans the fissure/' \
# end