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-psubst | |
parent | d6c9cbc0727cc3875672ae280ec129514a9d8594 (diff) | |
download | busybox-w32-64aa86b720641cb50be9636e6c20d4dbbea6fed0.tar.gz busybox-w32-64aa86b720641cb50be9636e6c20d4dbbea6fed0.tar.bz2 busybox-w32-64aa86b720641cb50be9636e6c20d4dbbea6fed0.zip |
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-psubst')
-rw-r--r-- | shell/ash_test/ash-psubst/emptytick.right | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/ash_test/ash-psubst/emptytick.right b/shell/ash_test/ash-psubst/emptytick.right index 459c4f735..8fe9839ca 100644 --- a/shell/ash_test/ash-psubst/emptytick.right +++ b/shell/ash_test/ash-psubst/emptytick.right | |||
@@ -1,8 +1,8 @@ | |||
1 | 0 | 1 | 0 |
2 | 0 | 2 | 0 |
3 | ./emptytick.tests: line 1: : Permission denied | 3 | ./emptytick.tests: line 2: : Permission denied |
4 | 127 | 4 | 127 |
5 | ./emptytick.tests: line 1: : Permission denied | 5 | ./emptytick.tests: line 3: : Permission denied |
6 | 127 | 6 | 127 |
7 | 0 | 7 | 0 |
8 | 0 | 8 | 0 |