aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/fsbind_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'hst/fsbind_test.go')
-rw-r--r--hst/fsbind_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/hst/fsbind_test.go b/hst/fsbind_test.go
index 62de240e..d5cf102a 100644
--- a/hst/fsbind_test.go
+++ b/hst/fsbind_test.go
@@ -9,6 +9,8 @@ import (
)
func TestFSBind(t *testing.T) {
+ t.Parallel()
+
checkFs(t, []fsTestCase{
{"nil", (*hst.FSBind)(nil), false, nil, nil, nil, "<invalid>"},
{"ensure optional", &hst.FSBind{Source: m("/"), Ensure: true, Optional: true},