diff options
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 2b0c2ca..d182f3a 100644 --- a/tests/example_filesystems/example_filesystems_test.go +++ b/tests/example_filesystems/example_filesystems_test.go @@ -32,7 +32,7 @@ func TestMain(m *testing.M) { if testing.Verbose() { fmt.Printf("example_filesystems: testing with %q\n", opensslOpt) } - test_helpers.ResetTmpDir(true) + test_helpers.ResetTmpDir(false) r := m.Run() if r != 0 { os.Exit(r) |