Skip to content

Commit 1095b24

Browse files
Fix WRITEFILE test.
1 parent 0e82da0 commit 1095b24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/cases/passing/writefile-fail-dir.pre

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ IMPORT(path)
33
STR: d = path.TEMPFILE("prefix-writefile-fail-dir")
44

55
IF(EQ(OS(),"win")){
6-
ASSERT(EQ(CL(JOIN("md ", WINPATH(d))), 0d0))
6+
ASSERT(EQ(CL(JOIN("md ", path.WINPATH(d))), 0d0))
77
} ELSE {
88
ASSERT(EQ(CL(JOIN("mkdir -p ", d)), 0d0))
99
}

0 commit comments

Comments
 (0)