--- IO-AIO/t/03_errors.t 2005/08/16 22:22:18 1.3 +++ IO-AIO/t/03_errors.t 2006/10/25 08:17:22 1.4 @@ -59,10 +59,11 @@ pcb; unlink $some_link; -# test unlinking and rmdir, also test order of these +# test unlinking and rmdir aio_unlink $some_file, sub { ok (!shift); }; +pcb; aio_rmdir $some_dir, sub { ok (!shift); };