mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-22 05:17:59 +02:00
5 lines
244 B
Plaintext
5 lines
244 B
Plaintext
echo "${CSTART}warning${CEND}: please do not consider output differing only in the amount of" >&2
|
|
echo "${TAB}white space to be an error." >&2
|
|
${THIS_SH} ./read.tests > ${BASH_TSTOUT} 2>&1
|
|
diff ${BASH_TSTOUT} read.right && rm -f ${BASH_TSTOUT}
|