summaryrefslogtreecommitdiff
path: root/tests/run-jobs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-jobs')
-rw-r--r--tests/run-jobs5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/run-jobs b/tests/run-jobs
new file mode 100644
index 00000000..e53ecd58
--- /dev/null
+++ b/tests/run-jobs
@@ -0,0 +1,5 @@
+echo "warning: some of these tests may fail if job control has not been compiled" >&2
+echo "warning: into the shell" >&2
+
+${THIS_SH} ./jobs.tests > /tmp/xx 2>&1
+diff /tmp/xx jobs.right && rm -f /tmp/xx