diff options
author | Jakob Unterwurzacher | 2020-05-10 00:04:14 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2020-05-10 00:04:14 +0200 |
commit | a9895b34872d2299cfe424444fab15516e7f96c9 (patch) | |
tree | 0d5a1c28e0f4cbac700b28c5298cdbbf8dd77b83 /tests | |
parent | f2e8b776f8d2f4cff928e127798fc8c98ca2fbc5 (diff) |
gocryptfs-xray: add -0 flag, add tests
The -0 flags works like xargs -0.
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 b612de0..2d23586 100644 --- a/tests/test_helpers/helpers.go +++ b/tests/test_helpers/helpers.go @@ -26,7 +26,7 @@ var testParentDir = "" const GocryptfsBinary = "../../gocryptfs" // UnmountScript is the fusermount/umount compatibility wrapper script -const UnmountScript = "../fuse-unmount.bash" +const UnmountScript = "../../tests/fuse-unmount.bash" // X255 contains 255 uppercase "X". This can be used as a maximum-length filename. var X255 string |