diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-03-31 20:31:13 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-03-31 20:31:13 +0200 |
commit | 32e183e63ecb46595a480ab66120795ed9c9e0df (patch) | |
tree | 7524e3aa5f876df6aa2570013c21e8e521e9fbb8 /shell/hush_test/hush-vars | |
parent | a94eeb0b4222de7f05594c93ffdd84faea5b8e2d (diff) | |
download | busybox-32e183e63ecb46595a480ab66120795ed9c9e0df.tar.gz |
shells: fix var_LINENO1.tests false positive, add it to ash tests too
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test/hush-vars')
-rwxr-xr-x | shell/hush_test/hush-vars/var_LINENO1.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush_test/hush-vars/var_LINENO1.tests b/shell/hush_test/hush-vars/var_LINENO1.tests index 851b52cf5..775861e64 100755 --- a/shell/hush_test/hush-vars/var_LINENO1.tests +++ b/shell/hush_test/hush-vars/var_LINENO1.tests @@ -1,4 +1,4 @@ -env | grep LINENO +env | grep ^LINENO echo 2:$LINENO echo 3:$LINENO >&2 \ | { sleep 0.1; echo 4:$LINENO; } |