mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
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
|
||||
setup_test_repository "bare-user"
|
||||
|
||||
fusermount --version >/dev/null 2>&1 || exit 77
|
||||
|
||||
mkdir mnt
|
||||
|
||||
$OSTREE checkout test2 checkout-test2
|
||||
|
Loading…
Reference in New Issue
Block a user