X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Fread.right;h=dcc869d987617b27efd48e46158377378516ed0d;hb=7117c2d221b2aed4ede8600f6a36b7c1454b4f55;hp=b9eeffba1ae7e62fff92b409fdb5e21bcd8d6eb0;hpb=f73dda092b33638d2d5e9c35375f687a607b5403;p=platform%2Fupstream%2Fbash.git diff --git a/tests/read.right b/tests/read.right index b9eeffb..dcc869d 100644 --- a/tests/read.right +++ b/tests/read.right @@ -37,11 +37,15 @@ a = abc 4 1 4 -./read2.sub: read: -3: invalid timeout specification +./read2.sub: line 13: read: -3: invalid timeout specification 1 4 abcde -./read3.sub: read: -1: invalid number specification +./read3.sub: line 4: read: -1: invalid number abc ab # +while read -u 3 var +do +echo "$var" +done 3<$0