diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2021-09-07 18:16:45 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-09-07 18:16:45 +0200 |
commit | 64aa86b720641cb50be9636e6c20d4dbbea6fed0 (patch) | |
tree | 831e13eec7b361f1f9b37a4359594969eee0050c /shell/ash_test/ash-vars/param_expand_indicate_error.right | |
parent | d6c9cbc0727cc3875672ae280ec129514a9d8594 (diff) |
ash: LINENO starts from 0 in -c SCRIPT mode
The var_LINENO3.tests fails for hush: it does start from 0, but does not increment.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/ash_test/ash-vars/param_expand_indicate_error.right')
-rw-r--r-- | shell/ash_test/ash-vars/param_expand_indicate_error.right | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/shell/ash_test/ash-vars/param_expand_indicate_error.right b/shell/ash_test/ash-vars/param_expand_indicate_error.right index 33afacee0..53ea07181 100644 --- a/shell/ash_test/ash-vars/param_expand_indicate_error.right +++ b/shell/ash_test/ash-vars/param_expand_indicate_error.right @@ -1,14 +1,14 @@ -SHELL: line 1: syntax error: bad substitution +SHELL: line 0: syntax error: bad substitution 1 0 ==== _ -SHELL: line 1: 1: parameter not set -SHELL: line 1: 1: parameter not set or null -SHELL: line 1: 1: message1 -SHELL: line 1: 1: message1 -SHELL: line 1: 1: unset! -SHELL: line 1: 1: null or unset! +SHELL: line 0: 1: parameter not set +SHELL: line 0: 1: parameter not set or null +SHELL: line 0: 1: message1 +SHELL: line 0: 1: message1 +SHELL: line 0: 1: unset! +SHELL: line 0: 1: null or unset! ==== _aaaa _aaaa @@ -19,20 +19,20 @@ _aaaa _aaaa ==== _ -SHELL: line 1: f: parameter not set -SHELL: line 1: f: parameter not set or null -SHELL: line 1: f: message3 -SHELL: line 1: f: message3 -SHELL: line 1: f: unset! -SHELL: line 1: f: null or unset! +SHELL: line 0: f: parameter not set +SHELL: line 0: f: parameter not set or null +SHELL: line 0: f: message3 +SHELL: line 0: f: message3 +SHELL: line 0: f: unset! +SHELL: line 0: f: null or unset! ==== _ _ -SHELL: line 1: f: parameter not set or null +SHELL: line 0: f: parameter not set or null _ -SHELL: line 1: f: message4 +SHELL: line 0: f: message4 _ -SHELL: line 1: f: null or unset! +SHELL: line 0: f: null or unset! ==== _fff _fff |