diff options
Diffstat (limited to 'test.bash')
-rwxr-xr-x | test.bash | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,8 +8,8 @@ source build.bash go test ./... $* -# Clean up after ourself, but don't descend into maybe still mounted -# example filesystems +# Clean up after ourself, but don't descend into possibly still mounted +# example filesystems. # The tests cannot to this themselves as they are run in parallel rm -Rf --one-file-system /tmp/gocryptfs-test-parent |