diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-14 15:01:32 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-14 15:01:32 +0200 |
commit | c2aea025bba33323b7a35dd33428277f21121251 (patch) | |
tree | 7b5154f807d7a5917c112edb467be7b573154705 /shell/ash_test | |
parent | 452cc1d9bdd7848e960919916de7c405512cad05 (diff) |
ash: update testsuite (we now error out on ${#=})
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/ash_test')
-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 9b07d8cd4..6e9ea1379 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 |