search for: 22beaf99c

Displaying 2 results from an estimated 2 matches for "22beaf99c".

2018 Sep 21
0
[PATCH v2] sparsify: Fix test-virt-sparsify-in-place-fstrim-unsupported.sh
...filesystems. -guestfish -N $img=bootroot:vfat:ext4 exit +# Create a test filesystem with minix and ext4 filesystems. +guestfish -N $img=bootroot:minix:ext4 exit # This should warn. virt-sparsify --in-place $img |& tee $log diff --git a/tests/test-functions.sh b/tests/test-functions.sh index 22beaf99c..a0bad16fa 100755 --- a/tests/test-functions.sh +++ b/tests/test-functions.sh @@ -198,6 +198,16 @@ skip_unless_feature_available () fi } +# Skip if a filesystem is unavailable in the daemon. +skip_unless_filesystem_available () +{ + r="$(guestfish -a /dev/null run : filesystem_avail...
2018 Sep 21
2
[PATCH v2] sparsify: Fix test-virt-sparsify-in-place-fstrim-unsupported.sh
This addresses the feedback on v1 here: https://www.redhat.com/archives/libguestfs/2018-September/msg00023.html Rich.