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
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@ -20,5 +20,6 @@ dock.sh
GoBuilds
dist
resources/sunset.jpg
vendor

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)