diff --git a/src/os/os_test.go b/src/os/os_test.go index 1e8bc2d637..09177496e2 100644 --- a/src/os/os_test.go +++ b/src/os/os_test.go @@ -59,7 +59,7 @@ var sysdir = func() *sysDir { wd = err.Error() } return &sysDir{ - wd, + filepath.Join(wd, "..", ".."), []string{ "ResourceRules.plist", "Info.plist",