]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/read.tests
Bash-4.3 patch 7
[thirdparty/bash.git] / tests / read.tests
index f974324cd92327fdc54bf9efaeed40049246c959..fe27dae3ef0b7fd1cba7ebfae1c638977d3db700 100644 (file)
@@ -87,3 +87,12 @@ ${THIS_SH} ./read2.sub
 
 # test read -n nchars behavior
 ${THIS_SH} ./read3.sub
+
+# test read -u fd behavior
+${THIS_SH} ./read4.sub
+
+# test behavior when IFS is not the default -- bug through bash-2.05b
+${THIS_SH} ./read5.sub
+
+# test behavior of read -t 0
+${THIS_SH} ./read6.sub