diff options
Diffstat (limited to 'ocaml/t/guestfs_070_threads.ml')
-rw-r--r-- | ocaml/t/guestfs_070_threads.ml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ocaml/t/guestfs_070_threads.ml b/ocaml/t/guestfs_070_threads.ml index 8b22f938..419f853e 100644 --- a/ocaml/t/guestfs_070_threads.ml +++ b/ocaml/t/guestfs_070_threads.ml @@ -65,8 +65,7 @@ let () = let s = String.copy "/test" in Guestfs.touch g s; - Guestfs.umount_all g; - Guestfs.sync g; + Guestfs.shutdown g; Guestfs.close g; unlink "test.img"; Gc.compact (); |