summaryrefslogtreecommitdiff
path: root/integration_tests/helpers.go
diff options
context:
space:
mode:
Diffstat (limited to 'integration_tests/helpers.go')
-rw-r--r--integration_tests/helpers.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/integration_tests/helpers.go b/integration_tests/helpers.go
index 750283d..7c4aeef 100644
--- a/integration_tests/helpers.go
+++ b/integration_tests/helpers.go
@@ -20,6 +20,7 @@ const defaultCipherDir = tmpDir + "cipher/"
const gocryptfsBinary = "../gocryptfs"
+// resetTmpDir - delete old tmp dir, create new one, write gocryptfs.diriv
func resetTmpDir() {
fu := exec.Command("fusermount", "-z", "-u", defaultPlainDir)
fu.Run()