From: Bastian Germann <bage@debian.org>
Subject: Only run the fuse tests when the option is enabled
---
--- casync-2+20201210.orig/meson.build
+++ casync-2+20201210/meson.build
@@ -297,6 +297,7 @@ test_nbd = find_program(test_nbd_sh)
 test('test-nbd.sh', test_nbd,
      timeout : 30 * 60)
 
+if get_option('fuse')
 test_fuse_sh = configure_file(
         output : 'test-fuse.sh',
         input : 'test/test-fuse.sh.in',
@@ -304,6 +305,7 @@ test_fuse_sh = configure_file(
 test_fuse = find_program(test_fuse_sh)
 test('test-fuse.sh', test_fuse,
      timeout : 30 * 60)
+endif
 
 test_cache_sh = configure_file(
         output : 'test-cache.sh',
