X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=BUGS;h=fca690901dfb5795c837a7c9962a1a7d57b169ac;hp=7c10342b3aa058ff4901875caa91e945b684a048;hb=1fc41b39dac877ccec1284da8bb14baa4df368b8;hpb=16d6d9851ad33fde675b45c27725ea394b718c7a diff --git a/BUGS b/BUGS index 7c10342..fca6909 100644 --- 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.