resources: Fix test on Windows

This commit is contained in:
Bjørn Erik Pedersen
2019-07-25 16:54:05 +02:00
parent 77bf2991b1
commit e5b6e2085a
2 changed files with 1 additions and 1 deletions

View File

@@ -102,7 +102,6 @@ func newTestResourceOsFs(assert *require.Assertions) *Spec {
fs := hugofs.NewFrom(hugofs.Os, cfg)
fs.Destination = &afero.MemMapFs{}
fs.Source = afero.NewBasePathFs(hugofs.Os, workDir)
s, err := helpers.NewPathSpec(fs, cfg, nil)
assert.NoError(err)