diff options
Diffstat (limited to 'internal/pkg/file_test.go')
| -rw-r--r-- | internal/pkg/file_test.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/pkg/file_test.go b/internal/pkg/file_test.go index ca0046ab..734be8b0 100644 --- a/internal/pkg/file_test.go +++ b/internal/pkg/file_test.go @@ -11,9 +11,7 @@ func TestFile(t *testing.T) { t.Parallel() checkWithCache(t, []cacheTestCase{ - {"file", nil, func(t *testing.T, base *check.Absolute, c *pkg.Cache) { - c.SetStrict(true) - + {"file", pkg.CValidateKnown, nil, func(t *testing.T, base *check.Absolute, c *pkg.Cache) { cureMany(t, c, []cureStep{ {"short", pkg.NewFile("null", []byte{0}), base.Append( "identifier", |
