summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Test/C03traps.ztst11
2 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d66451df1..4bb73515f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-08-09 Mikael Magnusson <mikachu@gmail.com>
+
+ * unposted: Test/C03traps.ztst: add tests for outputting traps
+ specified with SIG prefix or numbers fixed by 36008.
+
2015-08-09 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 26027: Src/builtin.c: fix retying variables in opposite
diff --git a/Test/C03traps.ztst b/Test/C03traps.ztst
index 4e2338825..d179dc46d 100644
--- a/Test/C03traps.ztst
+++ b/Test/C03traps.ztst
@@ -64,6 +64,17 @@
0:EXIT traps on a script
>Exited.
+ trap -
+ trap
+ trap int INT
+ trap sigterm SIGTERM
+ trap quit 3
+ trap
+0: Outputting traps correctly
+>trap -- int INT
+>trap -- quit QUIT
+>trap -- sigterm TERM
+
fn1() {
trap -
trap