mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-22 13:27:58 +02:00
5 lines
224 B
Plaintext
5 lines
224 B
Plaintext
echo "warning: all of these tests will fail if history has not been compiled" >&2
|
|
echo "warning: into the shell" >&2
|
|
${THIS_SH} ./histexp.tests > ${BASH_TSTOUT} 2>&1
|
|
diff ${BASH_TSTOUT} histexp.right && rm -f ${BASH_TSTOUT}
|