diff options
| -rw-r--r-- | tests/cli/cli_test.go | 2 | 
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...) | 
