Fixes 16556 CI failures
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
b5e2a90aa3
commit
ec75a8049c
2 changed files with 8 additions and 5 deletions
|
@ -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" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue