More test suite tweaks

Added an ugly hack for 16 and 17 to pass.
This commit is contained in:
jmaccabe
2013-09-28 03:41:29 -04:00
parent 69e590b851
commit 30b22f3db8

View File

@@ -33,7 +33,7 @@ for dir in $styles_to_test ; do
if [ -e $dir/autorun ] ; then
actual=$(./$exe <autorun | grep \# | awk '{print $2,$3,$4}')
else
actual=$(./$exe ../$file)
actual=$(./$exe ../$file | grep -)
fi
test_end=$(date +"%s")
echo "$actual" | diff -b $expected - > /dev/null