echo "${CSTART}warning${CEND}: all of these tests will fail if history has not been compiled" >&2
echo "${TAB}into the shell" >&2
${THIS_SH} ./history.tests > ${BASH_TSTOUT} 2>&1
diff ${BASH_TSTOUT} history.right && rm -f ${BASH_TSTOUT}
