Skip to content

Commit 1746572

Browse files
committed
1 parent 2907201 commit 1746572

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/tests/units/port-test.r3

+6-4
Original file line numberDiff line numberDiff line change
@@ -215,14 +215,16 @@ if system/platform = 'Windows [
215215
--test-- "unicode directory"
216216
;@@ https://github.com/Oldes/Rebol-issues/issues/2555
217217
dir: what-dir
218+
subdir: %obrázky/
219+
full: dir/:subdir
218220
--assert try [
219-
make-dir %obrázky
220-
change-dir %obrázky
221-
parse probe what-dir [dir %obrázky/]
221+
full == make-dir subdir
222+
full == change-dir subdir
223+
full == what-dir
222224
]
223225
--assert dir = change-dir dir
224226
--assert not error? try [delete %obrázky/]
225-
227+
226228
===end-group===
227229

228230
===start-group=== "file port"

0 commit comments

Comments
 (0)