diff options
Diffstat (limited to 'tests/example_filesystems/example_test_helpers.go')
-rw-r--r-- | tests/example_filesystems/example_test_helpers.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/example_filesystems/example_test_helpers.go b/tests/example_filesystems/example_test_helpers.go index 672b668..e39f8d6 100644 --- a/tests/example_filesystems/example_test_helpers.go +++ b/tests/example_filesystems/example_test_helpers.go @@ -9,6 +9,8 @@ import ( "github.com/rfjakob/gocryptfs/tests/test_helpers" ) +const statusTxtContent = "It works!\n" + // checkExampleFS - verify that "dir" contains the expected test files func checkExampleFS(t *testing.T, dir string, rw bool) { // Read regular file |