From bc674b3d16cd9e7d25f8b23d0562c954b7a979be Mon Sep 17 00:00:00 2001 From: David Crawshaw Date: Sat, 28 Feb 2015 22:35:51 -0500 Subject: [PATCH] os: darwin/arm working dir moved for tests The go_darwin_arm_exec script now tells lldb to move the working directory into /src/os on startup. Change-Id: I0ada4969e9ea374f08c84ab736aab2097ac73dd8 Reviewed-on: https://go-review.googlesource.com/6369 Reviewed-by: Hyang-Ah Hana Kim --- src/os/os_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.48.1