summaryrefslogtreecommitdiffstats
path: root/tests/run-read
blob: 5ec07e27a17d4a8302eee260a8ca9b04187ddae6 (plain)
1
2
3
4
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 > ${BASH_TSTOUT} 2>&1
diff ${BASH_TSTOUT} read.right && rm -f ${BASH_TSTOUT}