ci-build.sh: Always install and add s-bit for fusermount3
authorBernd Schubert <bschubert@ddn.com>
Tue, 5 Mar 2024 23:37:53 +0000 (00:37 +0100)
committerBernd Schubert <bschubert@ddn.com>
Thu, 7 Mar 2024 10:56:30 +0000 (11:56 +0100)
commitaab146eea8877ee744a1b5a0da8bbbf31d14bad1
treeed6112441fa1e14dda59e52aa940e1e62a7717e6
parentb1cdc497b8c858b2f292a94e28ed39a4960f5274
ci-build.sh: Always install and add s-bit for fusermount3

As per pull #898, fusermount3 had a severe issue that
should have been detected by ASAN. I guess tests used
the system default and not the sanitized binary.
Order of execution of fusermount3 is to try
1) full install path
if that fails
2) just fusermount3

So tests should be fixed by installing libfuse, setting the s-bit
on fusermount3 and then to run the tests.
test/ci-build.sh