summaryrefslogtreecommitdiffstats
path: root/source/filesystem_unix_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'source/filesystem_unix_test.go')
-rw-r--r--source/filesystem_unix_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/filesystem_unix_test.go b/source/filesystem_unix_test.go
index 60b7b0a25..9674f282d 100644
--- a/source/filesystem_unix_test.go
+++ b/source/filesystem_unix_test.go
@@ -9,7 +9,7 @@ var platformBase = "/base/"
var platformPaths = []TestPath{
{"foobar", "foobar", "aaa", "", ""},
{"b/1file", "1file", "aaa", "b", "b/"},
- {"c/d/2file", "2file", "aaa", "d", "c/d/"},
- {"/base/e/f/3file", "3file", "aaa", "f", "e/f/"},
+ {"c/d/2file", "2file", "aaa", "c", "c/d/"},
+ {"/base/e/f/3file", "3file", "aaa", "e", "e/f/"},
{"section/foo.rss", "foo.rss", "aaa", "section", "section/"},
}