]> arthur.barton.de Git - bup.git/blobdiff - test/ext/test-import-rdiff-backup
Teach pytest to handle WVSKIP and use it where we can
[bup.git] / test / ext / test-import-rdiff-backup
index 359f081149887d31801851ce69adb30298f05f58..6e719ec363e0550a0e29ff170917468f9501d98f 100755 (executable)
@@ -12,8 +12,7 @@ export GIT_DIR="$tmpdir/bup"
 bup() { "$top/bup" "$@"; }
 
 if ! [ "$(type -p rdiff-backup)" != "" ]; then
-    # FIXME: add WVSKIP.
-    echo "Cannot find rdiff-backup; skipping test)" 1>&2
+    WVSKIP 'Cannot find rdiff-backup; skipping test)'
     exit 0
 fi