diff --git a/tests/stress_tests/fsstress-gocryptfs.bash b/tests/stress_tests/fsstress-gocryptfs.bash index 03352f2..30ea456 100755 --- a/tests/stress_tests/fsstress-gocryptfs.bash +++ b/tests/stress_tests/fsstress-gocryptfs.bash @@ -1,9 +1,13 @@ #!/bin/bash # -# Mount a go-fuse loopback filesystem in /tmp and run fsstress against it +# Mount a gocryptfs filesystem in /var/tmp and run fsstress against it # in an infinite loop, only exiting on errors. # -# When called as "fsstress-gocryptfs.bash", a gocryptfs filesystem is tested +# Replicates what xfstests generic/013 does +# ( https://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git/tree/tests/generic/013 ), +# but in an infinite loop. +# +# When called as "fsstress-loopback.bash", a go-fuse loopback filesystem is tested # instead. # # This test used to fail on older go-fuse versions after a few iterations with