summaryrefslogtreecommitdiffstats
path: root/ocaml/t/guestfs_070_threads.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ocaml/t/guestfs_070_threads.ml')
-rw-r--r--ocaml/t/guestfs_070_threads.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ocaml/t/guestfs_070_threads.ml b/ocaml/t/guestfs_070_threads.ml
index 419f853e..35e6ab71 100644
--- a/ocaml/t/guestfs_070_threads.ml
+++ b/ocaml/t/guestfs_070_threads.ml
@@ -61,7 +61,7 @@ let () =
let lv = String.copy "/dev/VG/LV1" in
Guestfs.mkfs g s lv;
let s = String.copy "/" in
- Guestfs.mount_options g "" lv s;
+ Guestfs.mount g lv s;
let s = String.copy "/test" in
Guestfs.touch g s;