Skip to content

Commit e16c447

Browse files
committed
fix correct typo in test/cmdlineargs.jl
1 parent 5bd31e6 commit e16c447

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
@@ -261,7 +261,7 @@ let exename = `$(Base.julia_cmd()) --startup-file=no --color=no`
261261
let expanded = abspath(joinpath(@__DIR__, "project", "ScriptProject"))
262262
script = joinpath(expanded, "bin", "script.jl")
263263
# Check running julia with --project=@script both within and outside the script directory
264-
@testset "--@script from $name" for (name, dir) in [("project", expanded, ("outside", pwd()))]
264+
@testset "--@script from $name" for (name, dir) in [("project", expanded), ("outside", pwd())]
265265
@test joinpath(expanded, "Project.toml") == readchomp(Cmd(`$exename --project=@script $script`; dir))
266266
@test joinpath(expanded, "SubProject", "Project.toml") == readchomp(Cmd(`$exename --project=@script/../SubProject $script`; dir))
267267
end

0 commit comments

Comments
 (0)