]> arthur.barton.de Git - bup.git/blobdiff - test/ext/test-import-duplicity
Teach pytest to handle WVSKIP and use it where we can
[bup.git] / test / ext / test-import-duplicity
index 9374f9a80b4c9054fb6095bb75af4c010f0a2bd7..289793ec39b9c4669500ac0f529b3b5c6d346dc3 100755 (executable)
@@ -4,8 +4,7 @@
 set -o pipefail
 
 if ! [ "$(type -p duplicity)" != "" ]; then
-    # FIXME: add WVSKIP.
-    echo "Cannot find duplicity; skipping test)" 1>&2
+    WVSKIP 'Cannot find duplicity; skipping test)'
     exit 0
 fi