shells: fix var_LINENO1.tests false positive, add it to ash tests too
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 31 Mar 2018 18:31:13 +0000 (20:31 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 31 Mar 2018 18:31:13 +0000 (20:31 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash_test/ash-vars/var_LINENO1.right [new file with mode: 0644]
shell/ash_test/ash-vars/var_LINENO1.tests [new file with mode: 0755]
shell/hush_test/hush-vars/var_LINENO1.tests

diff --git a/shell/ash_test/ash-vars/var_LINENO1.right b/shell/ash_test/ash-vars/var_LINENO1.right
new file mode 100644 (file)
index 0000000..31e1a44
--- /dev/null
@@ -0,0 +1,8 @@
+2:2
+3:3
+4:4
+5:5
+2:2
+3:3
+4:4
+5:5
diff --git a/shell/ash_test/ash-vars/var_LINENO1.tests b/shell/ash_test/ash-vars/var_LINENO1.tests
new file mode 100755 (executable)
index 0000000..775861e
--- /dev/null
@@ -0,0 +1,6 @@
+env | grep ^LINENO
+echo 2:$LINENO
+echo 3:$LINENO >&2 \
+| { sleep 0.1; echo 4:$LINENO; }
+echo 5:$LINENO
+test "$1" || . ./var_LINENO1.tests norepeat
index 851b52cf5f1c578d417df8ea093ea0f48b377db0..775861e640119b0c4bf525f94ffc15cdfb5185c5 100755 (executable)
@@ -1,4 +1,4 @@
-env | grep LINENO
+env | grep ^LINENO
 echo 2:$LINENO
 echo 3:$LINENO >&2 \
 | { sleep 0.1; echo 4:$LINENO; }