blob: f4fa4663ea9d493bd2e80bb79bdc94d982b20b65 (
plain)
1
2
3
4
|
echo "warning: all of these tests will fail if history has not been compiled" >&2
echo "warning: into the shell" >&2
${THIS_SH} ./history.tests > ${BASH_TSTOUT} 2>&1
diff ${BASH_TSTOUT} history.right && rm -f ${BASH_TSTOUT}
|