--- IO-AIO/t/02_read.t 2006/10/30 23:30:00 1.3 +++ IO-AIO/t/02_read.t 2007/06/03 09:44:17 1.4 @@ -37,7 +37,7 @@ # I found no way to silence the stupid "uninitialized...subroutine entry" warning. # this is just braindamaged. Don't use -w, it introduces more bugs than it fixes. -$aioread = "xxx"; +$aioread = "xxxyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy"; aio_read $pwd, 7, 15, $aioread, 3, sub { print +($aioread eq "xxx$sysread") ? "ok" : "not ok", " 2\n";