aboutsummaryrefslogtreecommitdiff
path: root/cli_args_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'cli_args_test.go')
-rw-r--r--cli_args_test.go11
1 files changed, 6 insertions, 5 deletions
diff --git a/cli_args_test.go b/cli_args_test.go
index 6c923f4..74255f2 100644
--- a/cli_args_test.go
+++ b/cli_args_test.go
@@ -116,11 +116,12 @@ func TestConvertToDoubleDash(t *testing.T) {
func TestParseCliOpts(t *testing.T) {
defaultArgs := argContainer{
- longnames: true,
- raw64: true,
- hkdf: true,
- openssl: stupidgcm.PreferOpenSSLAES256GCM(), // depends on CPU and build flags
- scryptn: 16,
+ longnames: true,
+ longnamemax: 255,
+ raw64: true,
+ hkdf: true,
+ openssl: stupidgcm.PreferOpenSSLAES256GCM(), // depends on CPU and build flags
+ scryptn: 16,
}
type testcaseContainer struct {