summaryrefslogtreecommitdiffstats
path: root/tools/regression/bin/sh/builtins/trap3.0
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/bin/sh/builtins/trap3.0')
-rw-r--r--tools/regression/bin/sh/builtins/trap3.011
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/regression/bin/sh/builtins/trap3.0 b/tools/regression/bin/sh/builtins/trap3.0
deleted file mode 100644
index 8160729..0000000
--- a/tools/regression/bin/sh/builtins/trap3.0
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-{
- trap '' garbage && exit 3
- trap - garbage && exit 3
- trap true garbage && exit 3
- trap '' 99999 && exit 3
- trap - 99999 && exit 3
- trap true 99999 && exit 3
-} 2>/dev/null
-exit 0
OpenPOWER on IntegriCloud