aboutsummaryrefslogtreecommitdiff
path: root/main_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'main_test.go')
-rw-r--r--main_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main_test.go b/main_test.go
index 6b68b4a..70dbbe2 100644
--- a/main_test.go
+++ b/main_test.go
@@ -12,7 +12,7 @@ import (
"time"
)
-const tmpDir = "test_tmp_dir/"
+const tmpDir = "main_test_tmp/"
const plainDir = tmpDir + "plain/"
const cipherDir = tmpDir + "cipher/"