aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/read.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/read.in')
-rw-r--r--tests/read.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/read.in b/tests/read.in
index 7cf09112..893797a1 100644
--- a/tests/read.in
+++ b/tests/read.in
@@ -38,6 +38,8 @@ echo 'test' | read -l one two three
print_vars one two three
echo 'foo bar baz' | read -l one two three
print_vars one two three
+echo -n 'a' | read -l one
+echo "$status $one"
echo
set -l IFS