Commit fa8bc8a6 authored by Rob Pike's avatar Rob Pike

os: fix build

TBR=golang-dev
CC=golang-dev
https://golang.org/cl/5674070
parent dfef0c2d
......@@ -13,7 +13,7 @@ import (
func TestMkdirAll(t *testing.T) {
tmpDir := TempDir()
path := tmpDir + "_/_TestMkdirAll_/dir/./dir2"
path := tmpDir + "/_TestMkdirAll_/dir/./dir2"
err := MkdirAll(path, 0777)
if err != nil {
t.Fatalf("MkdirAll %q: %s", path, err)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment