Files
bash/tests/run-read
T
2011-12-03 13:44:37 -05:00

5 lines
210 B
Plaintext

echo "warning: please do not consider output differing only in the amount of" >&2
echo "warning: white space to be an error." >&2
${THIS_SH} ./read.tests > /tmp/xx 2>&1
diff /tmp/xx read.right && rm -f /tmp/xx