aboutsummaryrefslogtreecommitdiff
path: root/tests/cli/cli_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cli/cli_test.go')
-rw-r--r--tests/cli/cli_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cli/cli_test.go b/tests/cli/cli_test.go
index bc500db..18230d4 100644
--- a/tests/cli/cli_test.go
+++ b/tests/cli/cli_test.go
@@ -68,7 +68,7 @@ func testPasswd(t *testing.T, dir string, extraArgs ...string) {
t.Error(err)
}
// Change password using stdin
- args = []string{"-q", "-passwd", "-extpass", "echo test"}
+ args = []string{"-q", "-passwd"}
args = append(args, extraArgs...)
args = append(args, dir)
cmd = exec.Command(test_helpers.GocryptfsBinary, args...)