diff options
Diffstat (limited to 'tests/run-ifs')
-rw-r--r-- | tests/run-ifs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-ifs b/tests/run-ifs new file mode 100644 index 0000000..394d998 --- /dev/null +++ b/tests/run-ifs @@ -0,0 +1,2 @@ +${THIS_SH} ./ifs.tests > ${BASH_TSTOUT} 2>&1 +diff ${BASH_TSTOUT} ifs.right && rm -f ${BASH_TSTOUT} |