tests: Skip more tests when FUSE isn't available

These tests try to install flatpaks, which fails in the system case when
FUSE isn't available to mount revokefs-fuse.

(cherry picked from commit 65bc369a9f)
This commit is contained in:
Dan Nicholson
2023-11-29 14:42:01 -07:00
committed by Simon McVittie
parent 27fceff554
commit 45b05d1c79
2 changed files with 2 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ set -euo pipefail
. $(dirname $0)/libtest.sh
skip_without_bwrap
skip_revokefs_without_fuse
echo "1..8"

View File

@@ -22,6 +22,7 @@ set -euo pipefail
. $(dirname $0)/libtest.sh
skip_without_bwrap
skip_revokefs_without_fuse
echo "1..6"