aboutsummaryrefslogtreecommitdiffstats
path: root/tests/trap3.sub
diff options
context:
space:
mode:
Diffstat (limited to 'tests/trap3.sub')
-rw-r--r--tests/trap3.sub9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/trap3.sub b/tests/trap3.sub
new file mode 100644
index 0000000..0df4455
--- /dev/null
+++ b/tests/trap3.sub
@@ -0,0 +1,9 @@
+PS4='+[$LINENO] '
+trap 'echo trap: $LINENO' ERR
+
+set -x
+
+echo 1
+echo 2
+echo 3 | cat | false
+echo 4