From 8c89e2da0ca3a2c901bfe067904b623a4da6f6a7 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 8 Oct 2016 19:22:59 +0200 Subject: tests: invert ResetTmpDir argument As reverse also does not want a diriv file, the "plaintextNames" argument became a misnomer. --- tests/example_filesystems/example_filesystems_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/example_filesystems') 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) -- cgit v1.2.3