summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--os_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/os_test.go b/os_test.go
index 7fefcad8c..0d1f39171 100644
--- a/os_test.go
+++ b/os_test.go
@@ -67,7 +67,7 @@ func TestResolveModule4(t *testing.T) {
AssertEqual(t, moduleName,
"http://unpkg.com/liltest@0.0.5/index.ts")
AssertEqual(t, filename,
- "/Users/rld/.deno/src/unpkg.com/liltest@0.0.5/index.ts")
+ path.Join(SrcDir, "unpkg.com/liltest@0.0.5/index.ts"))
}
func TestResolveModule5(t *testing.T) {