Skip to content

Commit 54357be

Browse files
committed
Fix test_repl on darwin
1 parent 5354796 commit 54357be

File tree

1 file changed

+1
-1
lines changed
  • graalpython/com.oracle.graal.python.test/src/tests

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python.test/src/tests/test_repl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def test_inspect_flag_exit():
185185
f.flush()
186186
validate_repl(dedent(f"""\
187187
Traceback (most recent call last):
188-
File "{f.name}", line 3, in <module>
188+
File "{os.path.realpath(f.name)}", line 3, in <module>
189189
sys.exit(1)
190190
SystemExit: 1
191191
>>> a

0 commit comments

Comments
 (0)