build: Add ./configure --disable-fuse option.
[libguestfs.git] / perl / t / 060-readdir.t
index 5ed5b7a..dc8278b 100644 (file)
@@ -38,7 +38,7 @@ $h->part_disk ("/dev/sda", "mbr");
 ok (1);
 $h->mkfs ("ext2", "/dev/sda1");
 ok (1);
-$h->mount ("/dev/sda1", "/");
+$h->mount_options ("", "/dev/sda1", "/");
 ok (1);
 $h->mkdir ("/p");
 ok (1);