Add support for zerofree command.
[libguestfs.git] / BUGS
diff --git a/BUGS b/BUGS
index 7c10342..fca6909 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -62,3 +62,10 @@ to OCaml), OptString should become 'string option'.
 
 [libguestfs] Certain functions such as 'set-path' can take NULL
 parameters, but the parameters are not OptString.
+
+[tests] command and command-lines tests fail if test-command binary
+cannot be statically linked by libtool.  The workaround is to install
+glibc-static.
+
+[tests] Should be possible to conditionally skip tests based on a
+runtime check.