diff options
| author | Yuta Hayashibe | 2022-05-04 18:06:20 +0900 | 
|---|---|---|
| committer | rfjakob | 2022-06-26 10:59:06 +0200 | 
| commit | e9ecff7f07aeb1efe0edec7b4b050ce3c0ef75f8 (patch) | |
| tree | 94d0da7da7c22b65ccfa5cc99cb7e9d5e6322d07 /tests/example_filesystems | |
| parent | c9e4e4f74150d2734496e90a4c442a17b79f52c1 (diff) | |
Fix typos
Diffstat (limited to 'tests/example_filesystems')
| -rw-r--r-- | tests/example_filesystems/example_filesystems_test.go | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/example_filesystems/example_filesystems_test.go b/tests/example_filesystems/example_filesystems_test.go index 37820b5..a5f0595 100644 --- a/tests/example_filesystems/example_filesystems_test.go +++ b/tests/example_filesystems/example_filesystems_test.go @@ -333,7 +333,7 @@ func TestExampleFSv13reverse(t *testing.T) {  	}  	dirA = tmpFsPath + dirA  	// Mount using password -	// We pass "-wpanic=false" because the '..' and '.' tests deliverately trigger warnings +	// We pass "-wpanic=false" because the '..' and '.' tests deliberately trigger warnings  	test_helpers.MountOrFatal(t, dirA, dirB, "-reverse", "-extpass", "echo test", "-wpanic=false", opensslOpt)  	c := dirB + "/gocryptfs.conf"  	if !test_helpers.VerifyExistence(t, c) {  | 
