Skip to content

Commit e1669b6

Browse files
authored
Fix the cmdlineargs tests on Buildkite (#42118)
1 parent f2d03be commit e1669b6

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
@@ -599,7 +599,7 @@ end
599599

600600

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

0 commit comments

Comments
 (0)