aboutsummaryrefslogtreecommitdiff
path: root/test/file_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/file_test.go')
-rw-r--r--test/file_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/file_test.go b/test/file_test.go
index ed86a8260..d4167e38e 100644
--- a/test/file_test.go
+++ b/test/file_test.go
@@ -3,6 +3,7 @@ package test
import "testing"
func TestTempFile(t *testing.T) {
+ t.Parallel()
_, f, e := TempFile(".", "test")
if e != nil {
t.Fatalf("failed to create temp file: %s", e)