Files
bash/bash-20060316/tests/run-read
T
2011-12-07 09:05:27 -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