libgocryptfs/tests
Jakob Unterwurzacher a2b54cfccd root_test: fix leftover loop mount
After running "make root_test" a few times df would look like this,
no good:

$ df
Filesystem                  1K-blocks       Used Available Use% Mounted on
[...]
/dev/loop11                      8729       8525         0 100% /tmp/gocryptfs-test-parent-0/4081611019/TestDiskFull.ext4.mnt
/dev/loop12                      8729       8525         0 100% /tmp/gocryptfs-test-parent-0/1959939106/TestDiskFull.ext4.mnt
/dev/loop13                      8729       8525         0 100% /tmp/gocryptfs-test-parent-0/2455888382/TestDiskFull.ext4.mnt
/dev/loop14                      8729       8525         0 100% /tmp/gocryptfs-test-parent-0/2002998275/TestDiskFull.ext4.mnt
/dev/loop15                      8729       8525         0 100% /var/tmp/gocryptfs-test-parent-0/806736609/TestDiskFull.ext4.mnt
/dev/loop16                      8729       8525         0 100% /tmp/gocryptfs-test-parent-0/4050106930/TestDiskFull.ext4.mnt
/dev/loop17                      8729       8525         0 100% /tmp/gocryptfs-test-parent-0/1661931756/TestDiskFull.ext4.mnt
/dev/loop18                      8729       8525         0 100% /tmp/gocryptfs-test-parent-0/617990718/TestDiskFull.ext4.mnt
/dev/loop19                      8729       8525         0 100% /tmp/gocryptfs-test-parent-0/3194420338/TestDiskFull.ext4.mnt
/dev/loop20                      8729       8525         0 100% /tmp/gocryptfs-test-parent-0/2180745159/TestDiskFull.ext4.mnt

Turns out the unmount failed with EBUSY, so use lazy
unmount.
2022-01-27 18:36:51 +01:00
..
cli tests/cli: Check for leftover socket file 2022-01-03 14:27:52 +01:00
defaults tests: fix build failure on Go 1.15 and older 2022-01-22 16:07:59 +01:00
deterministic_names go mod: declare module version v2 2021-08-23 15:05:15 +02:00
example_filesystems tests/example_filesystems: add v2.2-xchacha-deterministic-names 2021-08-24 13:53:50 +02:00
fsck go mod: declare module version v2 2021-08-23 15:05:15 +02:00
hkdf_sanity go mod: declare module version v2 2021-08-23 15:05:15 +02:00
matrix tests: convert Creat() calls to Open() 2021-12-08 18:49:21 +01:00
plaintextnames tests: convert Creat() calls to Open() 2021-12-08 18:49:21 +01:00
reverse tests: improve SEEK_DATA test for MacOS 2022-01-04 15:21:20 +01:00
root_test root_test: fix leftover loop mount 2022-01-27 18:36:51 +01:00
sharedstorage tests: convert Creat() calls to Open() 2021-12-08 18:49:21 +01:00
stress_tests *: trim trailing whitespace 2021-09-01 10:22:01 +02:00
symlink_race golangci-lint: fix issues found by "unused" and "deadcode" 2021-08-19 08:34:49 +02:00
test_helpers tests: enable -fusedebug if FUSEDEBUG env is set 2022-01-22 11:46:08 +01:00
xattr fusefrontend: allow slashes in xattr names 2021-12-19 14:43:56 +01:00
canonical-benchmarks.bash shell scripts: fix shellcheck warnings 2021-09-01 10:22:01 +02:00
dl-linux-tarball.bash shell scripts: fix shellcheck warnings 2021-09-01 10:22:01 +02:00
fuse-unmount.bash shell scripts: fix shellcheck warnings 2021-09-01 10:22:01 +02:00
len2elen.sh shell scripts: fix shellcheck warnings 2021-09-01 10:22:01 +02:00
sshfs-benchmark.bash shell scripts: fix shellcheck warnings 2021-09-01 10:22:01 +02:00