diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_helpers/helpers.go | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_helpers/helpers.go b/tests/test_helpers/helpers.go index 9ff29a8..90eebdf 100644 --- a/tests/test_helpers/helpers.go +++ b/tests/test_helpers/helpers.go @@ -114,7 +114,7 @@ func ResetTmpDir(createDirIV bool) {  	}  	if createDirIV {  		// Open cipherdir (following symlinks) -		dirfd, err := syscall.Open(DefaultCipherDir, syscall.O_RDONLY|syscall.O_DIRECTORY|syscallcompat.O_PATH, 0) +		dirfd, err := syscall.Open(DefaultCipherDir, syscall.O_DIRECTORY|syscallcompat.O_PATH, 0)  		if err == nil {  			err = nametransform.WriteDirIVAt(dirfd)  			syscall.Close(dirfd)  | 
