diff options
Diffstat (limited to 'tests/read.tests')
-rw-r--r-- | tests/read.tests | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/read.tests b/tests/read.tests index f9c78c5..fe27dae 100644 --- a/tests/read.tests +++ b/tests/read.tests @@ -93,3 +93,6 @@ ${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 |