summaryrefslogtreecommitdiffstats
path: root/fish/test-mount-local.sh
diff options
context:
space:
mode:
Diffstat (limited to 'fish/test-mount-local.sh')
-rwxr-xr-xfish/test-mount-local.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/fish/test-mount-local.sh b/fish/test-mount-local.sh
index a71db042..c1b3f550 100755
--- a/fish/test-mount-local.sh
+++ b/fish/test-mount-local.sh
@@ -18,6 +18,11 @@
# Test guestfish mount-local / mount-local-run commands.
+if [ -n "$SKIP_TEST_MOUNT_LOCAL_SH" ]; then
+ echo "$0: skipping test because SKIP_TEST_MOUNT_LOCAL_SH is set."
+ exit 0
+fi
+
# Skip if no FUSE.
test -w /dev/fuse || {