Skip to content

Commit 94a187f

Browse files
committed
Update testsuite
Remove platform specific check.
1 parent 381448e commit 94a187f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/os/process/cwd.wren

-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ import "os" for Process
33

44
System.print(Process.cwd is String) // expect: true
55
System.print(!Process.cwd.isEmpty) // expect: true
6-
System.print(Process.cwd.startsWith("/")) // expect: true
76
System.print(File.realPath(Process.cwd) == Process.cwd) // expect: true
87
System.print(Directory.exists(Process.cwd)) // expect: true

0 commit comments

Comments
 (0)