diff options
Diffstat (limited to 'internal/pkg/exec_test.go')
| -rw-r--r-- | internal/pkg/exec_test.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/internal/pkg/exec_test.go b/internal/pkg/exec_test.go index d3d1e155..862a28ca 100644 --- a/internal/pkg/exec_test.go +++ b/internal/pkg/exec_test.go @@ -239,7 +239,9 @@ func TestExec(t *testing.T) { cure: func(t *pkg.TContext) error { return os.MkdirAll(t.GetWorkDir().String(), 0700) }, - }}, 1<<5 /* concurrent cache hits */), cure: func(f *pkg.FContext) error { + }}, 1<<5 /* concurrent cache hits */), + + cure: func(f *pkg.FContext) error { work := f.GetWorkDir() if err := os.MkdirAll(work.String(), 0700); err != nil { return err |
