[Libguestfs] [PATCH 0/7] Small portability changes

Pino Toscano ptoscano at redhat.com
Fri Mar 18 16:18:06 UTC 2016


Assorted collection of small improvements in making libguestfs build on
non-Linux OSes; most of the changes impact tests though.

Thanks,


Pino Toscano (7):
  build: check the path of fuser, and use it in FUSE code
  tests: move guestfs-md5.sh to test-data
  v2v: tests: isolate SHA1 calculation in an own shared function
  v2v: tests: use guestfs-hashsums.sh for MD5
  php: pass $(MAKE) to run-php-tests.sh
  build: check the path of true, and use it in tests
  build: improve GUESTFS_FIND_DB_TOOL macro

 fuse/guestunmount.c                   |  6 ++---
 fuse/test-fuse.c                      |  2 +-
 m4/guestfs-find-db-tool.m4            |  7 +++---
 m4/guestfs_progs.m4                   |  8 +++++++
 php/Makefile.am                       |  4 +++-
 php/run-php-tests.sh                  |  2 +-
 test-data/Makefile.am                 |  3 +++
 test-data/guestfs-hashsums.sh         | 43 +++++++++++++++++++++++++++++++++++
 tests/qemu/Makefile.am                |  1 -
 tests/qemu/guestfs-md5.sh             | 30 ------------------------
 tests/qemu/qemu-liveness.sh           |  2 +-
 tests/qemu/qemu-snapshot-isolation.sh |  2 +-
 tests/regressions/rhbz790721.c        |  2 +-
 v2v/test-v2v-i-ova-formats.sh         |  4 +++-
 v2v/test-v2v-i-ova-gz.sh              |  4 +++-
 v2v/test-v2v-i-ova-two-disks.sh       |  6 +++--
 v2v/test-v2v-i-ova.sh                 |  6 +++--
 v2v/test-v2v-in-place.sh              |  6 +++--
 18 files changed, 87 insertions(+), 51 deletions(-)
 create mode 100755 test-data/guestfs-hashsums.sh
 delete mode 100755 tests/qemu/guestfs-md5.sh

-- 
2.5.0




More information about the Libguestfs mailing list