i-bash/tests/run-read

5 lines
210 B
Text
Raw Normal View History

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