summaryrefslogtreecommitdiffstats
path: root/tests/run-exp-tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-exp-tests')
-rw-r--r--tests/run-exp-tests2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-exp-tests b/tests/run-exp-tests
new file mode 100644
index 0000000..78cf754
--- /dev/null
+++ b/tests/run-exp-tests
@@ -0,0 +1,2 @@
+${THIS_SH} ./exp.tests 2>&1 | grep -v '^expect' > ${BASH_TSTOUT}
+diff ${BASH_TSTOUT} exp.right && rm -f ${BASH_TSTOUT}