ash,hush: add a test that "continue" does not cripple traps
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 1 Oct 2016 21:28:02 +0000 (23:28 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 1 Oct 2016 21:28:02 +0000 (23:28 +0200)
commitff59b7b112e5dd9a69e138aa01b91d76c8b04be6
treec22d1428ee9fe07175295b660b7cb522739928ea
parentb98b4c103f32a3915557532806ba5203a3de6ee2
ash,hush: add a test that "continue" does not cripple traps

Both shells pass this test.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash_test/ash-signals/continue_and_trap1.right [new file with mode: 0644]
shell/ash_test/ash-signals/continue_and_trap1.tests [new file with mode: 0755]
shell/hush_test/hush-signals/continue_and_trap1.right [new file with mode: 0644]
shell/hush_test/hush-signals/continue_and_trap1.tests [new file with mode: 0755]