On Sun, May 19, 2013 at 05:32:17PM +0200, Hilko Bengen wrote: > This can probably be fixed in test-events.sh itself, however.
Yup. Looks like that should be filtered out from the output, since it's really a detail of the implementation of guestfish (ie. that when you call the 'reopen' command it copies the existing configuration into the new handle): https://github.com/libguestfs/libguestfs/blob/master/fish/reopen.c#L74 That test already filters out (grep -v) a bunch of other irrelevant stuff. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 80 OCaml packages (the OPEN alternative to F#) _______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
