aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/fsephemeral_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'hst/fsephemeral_test.go')
-rw-r--r--hst/fsephemeral_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/hst/fsephemeral_test.go b/hst/fsephemeral_test.go
index 4bda3165..23399ac6 100644
--- a/hst/fsephemeral_test.go
+++ b/hst/fsephemeral_test.go
@@ -9,6 +9,8 @@ import (
)
func TestFSEphemeral(t *testing.T) {
+ t.Parallel()
+
checkFs(t, []fsTestCase{
{"nil", (*hst.FSEphemeral)(nil), false, nil, nil, nil, "<invalid>"},