From 32e183e63ecb46595a480ab66120795ed9c9e0df Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 31 Mar 2018 20:31:13 +0200 Subject: shells: fix var_LINENO1.tests false positive, add it to ash tests too Signed-off-by: Denys Vlasenko --- shell/hush_test/hush-vars/var_LINENO1.tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/hush_test/hush-vars') diff --git a/shell/hush_test/hush-vars/var_LINENO1.tests b/shell/hush_test/hush-vars/var_LINENO1.tests index 851b52c..775861e 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; } -- cgit v1.1