fish, sysprep: run FUSE-related tests only when FUSE is available

They will fail anyway in that case, so run them only when the FUSE
support is built in.
This commit is contained in:
Pino Toscano
2016-02-11 18:40:04 +01:00
parent 18fa191250
commit 9753986819
2 changed files with 10 additions and 2 deletions

View File

@@ -297,7 +297,6 @@ TESTS += \
test-find0.sh \
test-inspect.sh \
test-glob.sh \
test-mount-local.sh \
test-prep.sh \
test-read-file.sh \
test-remote.sh \
@@ -306,6 +305,11 @@ TESTS += \
test-run.sh \
test-stringlist.sh \
test-upload-to-dir.sh
if HAVE_FUSE
TESTS += \
test-mount-local.sh
endif
endif
check-valgrind:

View File

@@ -213,8 +213,12 @@ TESTS_ENVIRONMENT = \
if ENABLE_APPLIANCE
TESTS = \
test-virt-sysprep.sh \
test-virt-sysprep-passwords.sh \
test-virt-sysprep-passwords.sh
if HAVE_FUSE
TESTS += \
test-virt-sysprep-script.sh
endif HAVE_FUSE
endif ENABLE_APPLIANCE
check-valgrind: