summaryrefslogtreecommitdiffstats
path: root/ocaml/t/guestfs_010_basic.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ocaml/t/guestfs_010_basic.ml')
-rw-r--r--ocaml/t/guestfs_010_basic.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ocaml/t/guestfs_010_basic.ml b/ocaml/t/guestfs_010_basic.ml
index b6750a1a..bb96737b 100644
--- a/ocaml/t/guestfs_010_basic.ml
+++ b/ocaml/t/guestfs_010_basic.ml
@@ -61,5 +61,6 @@ let () =
"q", 'r' ] then
failwith "Guestfs.readdir returned incorrect result";
+ g#shutdown ();
g#close ();
unlink "test.img"