aboutsummaryrefslogtreecommitdiff
path: root/test.bash
diff options
context:
space:
mode:
Diffstat (limited to 'test.bash')
-rwxr-xr-xtest.bash5
1 files changed, 5 insertions, 0 deletions
diff --git a/test.bash b/test.bash
index c8f209a..2a565b7 100755
--- a/test.bash
+++ b/test.bash
@@ -8,4 +8,9 @@ source build.bash
go test ./... $*
+# Clean up after ourself, but don't descend into maybe 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
+
go tool vet -shadow=true .