Skip to content

Commit e5e30b0

Browse files
committed
Try fixing REPL as well
1 parent f8fdf23 commit e5e30b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/REPL/test/replcompletions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ let (c, r) = test_complete("cd(\"folder_do_not_exist_77/file")
802802
end
803803

804804
if Sys.iswindows()
805-
tmp = tempname()
805+
tmp = realpath(tempname())
806806
touch(tmp)
807807
path = dirname(tmp)
808808
file = basename(tmp)

0 commit comments

Comments
 (0)