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..3f9d820 --- /dev/null +++ b/tests/run-ifs @@ -0,0 +1,2 @@ +${THIS_SH} ./ifs.tests > /tmp/xx 2>&1 +diff /tmp/xx ifs.right && rm -f /tmp/xx |