diff options
author | Denys Vlasenko | 2017-08-14 15:01:32 +0200 |
---|---|---|
committer | Denys Vlasenko | 2017-08-14 15:01:32 +0200 |
commit | c2aea025bba33323b7a35dd33428277f21121251 (patch) | |
tree | 7b5154f807d7a5917c112edb467be7b573154705 | |
parent | 452cc1d9bdd7848e960919916de7c405512cad05 (diff) | |
download | busybox-c2aea025bba33323b7a35dd33428277f21121251.zip busybox-c2aea025bba33323b7a35dd33428277f21121251.tar.gz |
ash: update testsuite (we now error out on ${#=})
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | shell/ash_test/ash-vars/param_expand_assign.right | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash_test/ash-vars/param_expand_assign.right b/shell/ash_test/ash-vars/param_expand_assign.right index 9b07d8c..6e9ea13 100644 --- a/shell/ash_test/ash-vars/param_expand_assign.right +++ b/shell/ash_test/ash-vars/param_expand_assign.right @@ -1,6 +1,6 @@ SHELL: line 1: syntax error: bad substitution SHELL: line 1: syntax error: bad substitution -0 +SHELL: line 1: syntax error: bad substitution 0 SHELL: line 1: 1: bad variable name SHELL: line 1: 1: bad variable name |