android_mt6572_jiabo/external/bash/tests/run-read
2025-09-05 16:56:03 +08:00

4 lines
210 B
Text

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