Files
android_external_bash/tests/run-read
2009-09-12 16:46:57 +00: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