hush testsuite: add many tests from ash testsuite
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 2 Oct 2016 15:39:31 +0000 (17:39 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 2 Oct 2016 15:39:31 +0000 (17:39 +0200)
commit5d6b8729ed7335c702022f4f3176573f4cf2cf5a
treebef985dae4fb3ea41e1a478a848d19039b0e5d8f
parent888527cceec2f58f1eae3acceddee928b5cb647a
hush testsuite: add many tests from ash testsuite

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
34 files changed:
shell/ash_test/ash-quoting/dollar_repl_slash_bash1.tests
shell/hush_test/hush-invert/invert.right [new file with mode: 0644]
shell/hush_test/hush-invert/invert.tests [new file with mode: 0755]
shell/hush_test/hush-misc/heredoc4.right [new file with mode: 0644]
shell/hush_test/hush-misc/heredoc4.tests [new file with mode: 0755]
shell/hush_test/hush-misc/last_amp.right [new file with mode: 0644]
shell/hush_test/hush-misc/last_amp.tests [new file with mode: 0755]
shell/hush_test/hush-misc/local1.right [new file with mode: 0644]
shell/hush_test/hush-misc/local1.tests [new file with mode: 0755]
shell/hush_test/hush-misc/nulltick1.right [new file with mode: 0644]
shell/hush_test/hush-misc/nulltick1.tests [new file with mode: 0755]
shell/hush_test/hush-quoting/dollar_repl_slash_bash1.right [new file with mode: 0644]
shell/hush_test/hush-quoting/dollar_repl_slash_bash1.tests [new file with mode: 0755]
shell/hush_test/hush-read/read_r.tests
shell/hush_test/hush-signals/reap1.right [new file with mode: 0644]
shell/hush_test/hush-signals/reap1.tests [new file with mode: 0755]
shell/hush_test/hush-signals/sigint1.right [new file with mode: 0644]
shell/hush_test/hush-signals/sigint1.tests [new file with mode: 0755]
shell/hush_test/hush-signals/signal2.right [new file with mode: 0644]
shell/hush_test/hush-signals/signal2.tests [new file with mode: 0755]
shell/hush_test/hush-signals/signal3.right [new file with mode: 0644]
shell/hush_test/hush-signals/signal3.tests [new file with mode: 0755]
shell/hush_test/hush-signals/signal5.right [new file with mode: 0644]
shell/hush_test/hush-signals/signal5.tests [new file with mode: 0755]
shell/hush_test/hush-signals/signal6.right [new file with mode: 0644]
shell/hush_test/hush-signals/signal6.tests [new file with mode: 0755]
shell/hush_test/hush-signals/sigquit_exec.right [new file with mode: 0644]
shell/hush_test/hush-signals/sigquit_exec.tests [new file with mode: 0755]
shell/hush_test/hush-standalone/noexec_gets_no_env.right [new file with mode: 0644]
shell/hush_test/hush-standalone/noexec_gets_no_env.tests [new file with mode: 0755]
shell/hush_test/hush-standalone/nofork_trashes_getopt.right [new file with mode: 0644]
shell/hush_test/hush-standalone/nofork_trashes_getopt.tests [new file with mode: 0755]
shell/hush_test/hush-standalone/var_standalone1.right [new file with mode: 0644]
shell/hush_test/hush-standalone/var_standalone1.tests [new file with mode: 0755]