[Pkg-libvirt-commits] [libguestfs] 84/165: fuse: Make all the skip messages consistent in this test.

Hilko Bengen bengen at moszumanska.debian.org
Sat Aug 30 08:24:51 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch experimental
in repository libguestfs.

commit 1fbf0a88f6c4e5648af8ec64e3933683078f4a94
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Sun May 25 22:34:51 2014 +0100

    fuse: Make all the skip messages consistent in this test.
---
 fuse/test-fuse-umount-race.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fuse/test-fuse-umount-race.sh b/fuse/test-fuse-umount-race.sh
index cb9e5a0..008e980 100755
--- a/fuse/test-fuse-umount-race.sh
+++ b/fuse/test-fuse-umount-race.sh
@@ -29,7 +29,7 @@ if [ -n "$SKIP_TEST_FUSE_SH" ]; then
 fi
 
 if [ ! -w /dev/fuse ]; then
-    echo "SKIPPING guestmount test, because there is no /dev/fuse."
+    echo "$0: test skipped because there is no /dev/fuse."
     exit 77
 fi
 
@@ -39,7 +39,7 @@ if [ ! -f ../tests/guests/fedora.img ]; then
 fi
 
 if [ "$(../fish/guestfish get-backend)" = "uml" ]; then
-    echo "$0: skipping test because uml backend does not support qcow2"
+    echo "$0: test skipped because uml backend does not support qcow2"
     exit 77
 fi
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list