]> arthur.barton.de Git - bup.git/blobdiff - test/ext/test-meta
Teach pytest to handle WVSKIP and use it where we can
[bup.git] / test / ext / test-meta
index a20748b207092518c886a3c1dc85355ac08e95ea..4d6b86aaed94de96a506745b2dc94a7d22e66fb1 100755 (executable)
@@ -640,7 +640,7 @@ if [ "$root_status" = root ]; then
 
         if ! modprobe loop; then
             echo 'Unable to load loopback module; skipping dependent tests.' 1>&2
-            exit 0
+            exit 0 # FIXME: allow intermixed WVSKIPs
         fi
 
         testfs="$(WVPASS wvmkmountpt)" || exit $?