summaryrefslogtreecommitdiffstats
path: root/source/filesystem_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'source/filesystem_test.go')
-rw-r--r--source/filesystem_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/filesystem_test.go b/source/filesystem_test.go
index d2101991b..a1e111d2f 100644
--- a/source/filesystem_test.go
+++ b/source/filesystem_test.go
@@ -22,7 +22,7 @@ import (
)
func TestEmptySourceFilesystem(t *testing.T) {
- src := new(Filesystem)
+ src := &Filesystem{Base: "Empty"}
if len(src.Files()) != 0 {
t.Errorf("new filesystem should contain 0 files.")
}