From 2d2ce4ecc2ee36088df2f4f494e5d335a7359562 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 9 Jul 2003 11:04:01 +0000 Subject: 18836: read with metafied delimiter didn't work. --- Test/B04read.ztst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Test/B04read.ztst') diff --git a/Test/B04read.ztst b/Test/B04read.ztst index 45a3486af..5efbf24ca 100644 --- a/Test/B04read.ztst +++ b/Test/B04read.ztst @@ -63,3 +63,9 @@ 0:read with timeout (no waiting should occur) >hello >0 + + print -n 'Testing the\0null hypothesis\0' | + while read -d $'\0' line; do print $line; done +0:read with null delimiter +>Testing the +>null hypothesis -- cgit 1.4.1