Skip to content

Commit efb8d9e

Browse files
DilumAluthgeKristofferC
authored andcommitted
Fix the cmdlineargs tests on Buildkite (#42118)
(cherry picked from commit e1669b6)
1 parent 11e64d1 commit efb8d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cmdlineargs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ end
581581

582582

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

0 commit comments

Comments
 (0)