From e3354bc44aa92c20bec0ffdc78e6b57351e8f16d Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 2 Oct 2016 18:08:04 +0200 Subject: ash testsuite: update some of variable tests with newer versions from hush Signed-off-by: Denys Vlasenko --- shell/ash_test/ash-vars/var_bash5.right | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'shell/ash_test/ash-vars/var_bash5.right') diff --git a/shell/ash_test/ash-vars/var_bash5.right b/shell/ash_test/ash-vars/var_bash5.right index 278ed3228..1990902b2 100644 --- a/shell/ash_test/ash-vars/var_bash5.right +++ b/shell/ash_test/ash-vars/var_bash5.right @@ -1,4 +1,11 @@ -a/ -a/d -a/e/f +1 a/ +2 a/d +3 a/e/f +4 a\ +5 a\d +6 a\e\f +7 a\\ +8 a\\d +9 a\\e\\f +a ab Done: 0 -- cgit v1.2.3