Files
bash/tests/run-invocation
2024-04-25 15:50:39 -04:00

3 lines
133 B
Plaintext

${THIS_SH} ./invocation.tests 2>&1 | grep -v '^expect' > ${BASH_TSTOUT}
diff ${BASH_TSTOUT} invocation.right && rm -f ${BASH_TSTOUT}