Jari Aalto | 95732b4 | 2005-12-07 14:08:12 +0000 | [diff] [blame] | 1 | echo "warning: please do not consider output differing only in the amount of" >&2 |
2 | echo "warning: white space to be an error." >&2 | ||||
Jari Aalto | bb70624 | 2000-03-17 21:46:59 +0000 | [diff] [blame] | 3 | ${THIS_SH} ./read.tests > /tmp/xx 2>&1 |
Jari Aalto | ccc6cda | 1996-12-23 17:02:34 +0000 | [diff] [blame] | 4 | diff /tmp/xx read.right && rm -f /tmp/xx |