summaryrefslogtreecommitdiffstats
path: root/perl/t/060-readdir.t
diff options
context:
space:
mode:
Diffstat (limited to 'perl/t/060-readdir.t')
-rw-r--r--perl/t/060-readdir.t4
1 files changed, 1 insertions, 3 deletions
diff --git a/perl/t/060-readdir.t b/perl/t/060-readdir.t
index 17dfd24b..898b44f8 100644
--- a/perl/t/060-readdir.t
+++ b/perl/t/060-readdir.t
@@ -17,7 +17,7 @@
use strict;
use warnings;
-use Test::More tests => 13;
+use Test::More tests => 12;
use Sys::Guestfs;
@@ -33,8 +33,6 @@ ok (1);
$h->launch ();
ok (1);
-$h->wait_ready ();
-ok (1);
$h->sfdisk ("/dev/sda", 0, 0, 0, [","]);
ok (1);