4 lines
210 B
Text
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
|