On Sat, Sep 28, 2019 at 09:02:44PM +0100, Richard W.M. Jones wrote: > diff --git a/tests/test-info-conntime.sh b/tests/test-info-conntime.sh > new file mode 100755 > index 0000000..046d1a1 > --- /dev/null > +++ b/tests/test-info-conntime.sh ... > +sock=`mktemp -u` > +files="info-conntime.out info-conntime.pid $sock"
The info-conntime.out file (and the same copy and paste bug applies in all the other added tests) is not actually used by the tests so should be deleted. Updated in my copy. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into KVM guests. http://libguestfs.org/virt-v2v _______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
