aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-vars
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2018-03-31 20:31:13 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2018-03-31 20:31:13 +0200
commit32e183e63ecb46595a480ab66120795ed9c9e0df (patch)
tree7524e3aa5f876df6aa2570013c21e8e521e9fbb8 /shell/hush_test/hush-vars
parenta94eeb0b4222de7f05594c93ffdd84faea5b8e2d (diff)
downloadbusybox-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-xshell/hush_test/hush-vars/var_LINENO1.tests2
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; }