hush: add recent ash tests to hush testsuite too (they all pass for hush)
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 18 May 2015 08:23:16 +0000 (10:23 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 18 May 2015 08:23:16 +0000 (10:23 +0200)
commit9a595bb36ded308e6d4336aef2c1cd3ac738a398
treeb4f0e0f5093b69ad8d95d0c711409842082715fd
parent523006798c45307830eaae9d29ca9fdc1a1b50af
hush: add recent ash tests to hush testsuite too (they all pass for hush)

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
18 files changed:
shell/hush_test/hush-vars/var-do-not-collapse-arithmetic-expansion-at-parse-time.right [new file with mode: 0644]
shell/hush_test/hush-vars/var-do-not-collapse-arithmetic-expansion-at-parse-time.tests [new file with mode: 0755]
shell/hush_test/hush-vars/var-do-not-expand-tilde-in-parameter-expansion-in-quotes.right [new file with mode: 0644]
shell/hush_test/hush-vars/var-do-not-expand-tilde-in-parameter-expansion-in-quotes.tests [new file with mode: 0755]
shell/hush_test/hush-vars/var-do-not-quote-backslashes-in-parameter-expansions-outside-quotes.right [new file with mode: 0644]
shell/hush_test/hush-vars/var-do-not-quote-backslashes-in-parameter-expansions-outside-quotes.tests [new file with mode: 0755]
shell/hush_test/hush-vars/var-pattern-replacement-in-parameter-expansion-1.right [new file with mode: 0644]
shell/hush_test/hush-vars/var-pattern-replacement-in-parameter-expansion-1.tests [new file with mode: 0755]
shell/hush_test/hush-vars/var-pattern-replacement-in-parameter-expansion-2.right [new file with mode: 0644]
shell/hush_test/hush-vars/var-pattern-replacement-in-parameter-expansion-2.tests [new file with mode: 0755]
shell/hush_test/hush-vars/var-pattern-replacement-in-parameter-expansion-3.right [new file with mode: 0644]
shell/hush_test/hush-vars/var-pattern-replacement-in-parameter-expansion-3.tests [new file with mode: 0755]
shell/hush_test/hush-vars/var-pattern-replacement-in-parameter-expansion-4.right [new file with mode: 0644]
shell/hush_test/hush-vars/var-pattern-replacement-in-parameter-expansion-4.tests [new file with mode: 0755]
shell/hush_test/hush-vars/var-pattern-replacement-in-parameter-expansion-5.right [new file with mode: 0644]
shell/hush_test/hush-vars/var-pattern-replacement-in-parameter-expansion-5.tests [new file with mode: 0755]
shell/hush_test/hush-vars/var-runtime-quote-detection.right [new file with mode: 0644]
shell/hush_test/hush-vars/var-runtime-quote-detection.tests [new file with mode: 0755]