summaryrefslogtreecommitdiff
path: root/tests/test-rofiles-fuse.sh
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2016-03-31 13:44:27 +0100
committerColin Walters (automation) <walters+githubbot@verbum.org>2016-03-31 14:22:06 +0000
commite1ce859368b41c863fe096df84f1ff33e90d725f (patch)
treeb91de01def691f6178d28c896529af6323505252 /tests/test-rofiles-fuse.sh
parentd458399615325b39de03084eff1194d5852fe9f4 (diff)
downloadostree-e1ce859368b41c863fe096df84f1ff33e90d725f.tar.gz
Skip tests that run rofiles-fuse if /dev/fuse or /etc/mtab unavailable
Signed-off-by: Simon McVittie <smcv@debian.org> Closes: #232 Approved by: cgwalters
Diffstat (limited to 'tests/test-rofiles-fuse.sh')
-rwxr-xr-xtests/test-rofiles-fuse.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/test-rofiles-fuse.sh b/tests/test-rofiles-fuse.sh
index ba45959e..d021df09 100755
--- a/tests/test-rofiles-fuse.sh
+++ b/tests/test-rofiles-fuse.sh
@@ -19,13 +19,9 @@
set -euo pipefail
-if ! fusermount --version >/dev/null 2>&1; then
- echo "1..0 # SKIP no fusermount"
- exit 0
-fi
-
. $(dirname $0)/libtest.sh
+skip_without_fuse
skip_without_user_xattrs
setup_test_repository "bare-user"