Skip to content

Commit

Permalink
Fix the cmdlineargs tests on Buildkite (#42118)
Browse files Browse the repository at this point in the history
(cherry picked from commit e1669b6)
  • Loading branch information
DilumAluthge authored and KristofferC committed Sep 7, 2021
1 parent 11e64d1 commit efb8d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cmdlineargs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ end


# test error handling code paths of running --sysimage
let exename = Base.julia_cmd()
let exename = `$(Base.julia_cmd().exec[1]) -t 1`
sysname = unsafe_string(Base.JLOptions().image_file)
for nonexist_image in (
joinpath(@__DIR__, "nonexistent"),
Expand Down

0 comments on commit efb8d9e

Please sign in to comment.