summaryrefslogtreecommitdiff
path: root/integration_tests/cli_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'integration_tests/cli_test.go')
-rw-r--r--integration_tests/cli_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration_tests/cli_test.go b/integration_tests/cli_test.go
index dec28a2..5e8902d 100644
--- a/integration_tests/cli_test.go
+++ b/integration_tests/cli_test.go
@@ -104,7 +104,7 @@ func TestInitPlaintextNames(t *testing.T) {
if err == nil {
t.Errorf("gocryptfs.diriv should not have been created with -plaintextnames")
}
- _, cf, err := cryptfs.LoadConfFile(dir + cryptfs.ConfDefaultName, "test")
+ _, cf, err := cryptfs.LoadConfFile(dir+cryptfs.ConfDefaultName, "test")
if err != nil {
t.Fatal(err)
}