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