diff options
author | Jakob Unterwurzacher | 2021-08-23 16:17:04 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2021-08-23 16:17:04 +0200 |
commit | b12ad292d4dfef1c00567fe3def7e73461d3c217 (patch) | |
tree | 15fab65d6120e44fc61207c724bc5466f5e18c96 /tests/cli/cli_test.go | |
parent | 2fb1d52746eac18f1251e1e303b312fe148d29a8 (diff) |
tests/cli: add -xchacha tests
Diffstat (limited to 'tests/cli/cli_test.go')
-rw-r--r-- | tests/cli/cli_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/cli/cli_test.go b/tests/cli/cli_test.go index 4055c97..96a5b72 100644 --- a/tests/cli/cli_test.go +++ b/tests/cli/cli_test.go @@ -1,7 +1,6 @@ +// package cli tests CLI operations like "-init", "-password" etc package cli -// Test CLI operations like "-init", "-password" etc - import ( "fmt" "io/ioutil" |