Files
bash/tests/run-invert
2015-10-12 09:57:17 -04:00

3 lines
125 B
Plaintext

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