Fixes 16556 CI failures

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard 2015-09-24 10:53:47 -07:00
parent b5e2a90aa3
commit ec75a8049c
2 changed files with 8 additions and 5 deletions

View file

@ -343,7 +343,7 @@ func TestListTar(t *testing.T) {
}
func TestRandomTmpDirPath(t *testing.T) {
path := RandomTmpDirPath("something")
path := RandomTmpDirPath("something", runtime.GOOS)
prefix := "/tmp/something"
if runtime.GOOS == "windows" {