Skip to content

Commit

Permalink
[REPL] remove erroneous space in test
Browse files Browse the repository at this point in the history
Introduced by #33805 (74f2de1).
  • Loading branch information
vtjnash committed Apr 13, 2022
1 parent 8cc00ff commit 05afef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/REPL/test/repl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ fake_repl(options = REPL.Options(confirm_exit=false,hascolor=true)) do stdin_wri
write(stdin_write, ";")
readuntil(stdout_read, "shell> ")
Base.print_shell_escaped(stdin_write, Base.julia_cmd().exec..., special=Base.shell_special)
write(stdin_write, """ -e "println(\\"HI\\")\" """)
write(stdin_write, """ -e "println(\\"HI\\")\"""")
readuntil(stdout_read, ")\"")
proc_stdout_read, proc_stdout = redirect_stdout()
get_stdout = @async read(proc_stdout_read, String)
Expand Down

0 comments on commit 05afef4

Please sign in to comment.