- test program output and the reference output goes through this filter before

they are compared.  It replaces VARIES{anything*@#$} with VARIES{xxx}
  so that host-dependent outputs that are marked as such will match up.
This commit is contained in:
Bryce Denney 2002-10-16 04:11:00 +00:00
parent 1ee55d9edb
commit 3086ca7059

View File

@ -0,0 +1,2 @@
#!/bin/sh
sed 's/VARIES{[^}]*}/VARIES{xxx}/g'