summaryrefslogtreecommitdiffstats
path: root/tests/run-ifs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/run-ifs2
-rw-r--r--tests/run-ifs-posix2
2 files changed, 4 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}
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}