summaryrefslogtreecommitdiffstats
path: root/scratch/bash-3.1.orig/tests/run-herestr
diff options
context:
space:
mode:
Diffstat (limited to 'scratch/bash-3.1.orig/tests/run-herestr')
-rw-r--r--scratch/bash-3.1.orig/tests/run-herestr2
1 files changed, 2 insertions, 0 deletions
diff --git a/scratch/bash-3.1.orig/tests/run-herestr b/scratch/bash-3.1.orig/tests/run-herestr
new file mode 100644
index 0000000..8c5b36d
--- /dev/null
+++ b/scratch/bash-3.1.orig/tests/run-herestr
@@ -0,0 +1,2 @@
+${THIS_SH} ./herestr.tests > /tmp/xx 2>&1
+diff /tmp/xx herestr.right && rm -f /tmp/xx