hush: add tests for interrupting read
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 8 May 2011 23:05:33 +0000 (01:05 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 8 May 2011 23:05:33 +0000 (01:05 +0200)
commitbcf1fa80f31468a2299b681dd096d41a0b5ed7f4
tree38b0b3756b33195b56bb9e98f53c02eeb2ac2f31
parent54e9e1217c67563d70d6e2b14021293f707d7927
hush: add tests for interrupting read

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush_test/hush-trap/signal_read1.right [new file with mode: 0644]
shell/hush_test/hush-trap/signal_read1.tests [new file with mode: 0755]
shell/hush_test/hush-trap/signal_read2.right [new file with mode: 0644]
shell/hush_test/hush-trap/signal_read2.tests [new file with mode: 0755]
shell/hush_test/run-all