Move in the direction of being able to do ancient regression tests.
[open-adventure.git] / tests / newfilter
1 #!/bin/sh
2 #
3 # Filter the output from Open Adventure versions to make it compatible with
4 # the filtered versions of logs made from advent430.
5 sed \
6     -e '/bridge now spans the fissure/s//bridge spans the fissure/' \
7
8 # end