aboutsummaryrefslogtreecommitdiffstats
path: root/tests/execscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/execscript')
-rw-r--r--tests/execscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/execscript b/tests/execscript
index 61722f2..09a4ba5 100644
--- a/tests/execscript
+++ b/tests/execscript
@@ -104,3 +104,7 @@ ${THIS_SH} ./exec6.sub
# checks for properly deciding what constitutes an executable file
${THIS_SH} ./exec7.sub
+
+true | `echo true` &
+
+echo after