about summary refs log tree commit diff
path: root/Test/B04read.ztst
diff options
context:
space:
mode:
Diffstat (limited to 'Test/B04read.ztst')
-rw-r--r--Test/B04read.ztst12
1 files changed, 12 insertions, 0 deletions
diff --git a/Test/B04read.ztst b/Test/B04read.ztst
index d6b7ce0b1..2c87aa67a 100644
--- a/Test/B04read.ztst
+++ b/Test/B04read.ztst
@@ -24,6 +24,18 @@
 0:read specified number of chars
 >foo
 
+ for char in y Y n N X $'\n'; do
+   read -q -u0 <<<$char
+   print $?
+ done
+0:read yes or no, default no
+>0
+>0
+>1
+>1
+>1
+>1
+
  read -d: <<<foo:bar
  print $REPLY
 0:read up to delimiter