Skip to content

Commit a0d7eb7

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

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
@@ -804,7 +804,7 @@ end
804804
if Sys.iswindows()
805805
tmp = tempname()
806806
touch(tmp)
807-
path = dirname(tmp)
807+
path = realpath(dirname(tmp))
808808
file = basename(tmp)
809809
temp_name = basename(path)
810810
cd(path) do

0 commit comments

Comments
 (0)