test-rofiles-fuse: skip when fusermount is not present
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
82d4e7fe68
commit
2badf36cfd
|
|
@ -24,6 +24,8 @@ echo "1..5"
|
||||||
. $(dirname $0)/libtest.sh
|
. $(dirname $0)/libtest.sh
|
||||||
setup_test_repository "bare-user"
|
setup_test_repository "bare-user"
|
||||||
|
|
||||||
|
fusermount --version >/dev/null 2>&1 || exit 77
|
||||||
|
|
||||||
mkdir mnt
|
mkdir mnt
|
||||||
|
|
||||||
$OSTREE checkout test2 checkout-test2
|
$OSTREE checkout test2 checkout-test2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue