diff options
author | Jakob Unterwurzacher | 2022-12-29 15:00:24 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2022-12-29 15:00:37 +0100 |
commit | 856ccaac10579abda5620dfc86ad6031b1076a43 (patch) | |
tree | 91c3f90cf19123ff0cd6cd86d514afb7d38c4ed6 /tests/cli/cli_test.go | |
parent | 99cdaa0b69e884128e8f673f96bd4d3e32743d80 (diff) |
make format
Run "make format" using
go version go1.19.4 linux/amd64
Diffstat (limited to 'tests/cli/cli_test.go')
-rw-r--r-- | tests/cli/cli_test.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/cli/cli_test.go b/tests/cli/cli_test.go index fc2bfed..bbaca51 100644 --- a/tests/cli/cli_test.go +++ b/tests/cli/cli_test.go @@ -462,7 +462,9 @@ func TestPasswdPasswordIncorrect(t *testing.T) { // Check that we correctly background on mount and close stderr and stdout. // Something like -// gocryptfs a b | cat +// +// gocryptfs a b | cat +// // must not hang ( https://github.com/rfjakob/gocryptfs/issues/130 ). func TestMountBackground(t *testing.T) { dir := test_helpers.InitFS(t) |