2004-07-27 13:29:18 +00:00
|
|
|
echo "warning: different versions of wc put differing amounts of whitespace" >&2
|
|
|
|
|
echo "warning: before their output. Please do not consider this an error." >&2
|
2000-03-17 21:46:59 +00:00
|
|
|
${THIS_SH} ./read.tests > /tmp/xx 2>&1
|
1996-12-23 17:02:34 +00:00
|
|
|
diff /tmp/xx read.right && rm -f /tmp/xx
|