Skip to content

Commit 1c43748

Browse files
authored
Update src/julia/tests/test_juliaoptions.py
1 parent 8fcb86e commit 1c43748

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/julia/tests/test_juliaoptions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
(dict(compiled_modules="no"), ["--compiled-modules", "no"]),
1212
(dict(depwarn="error"), ["--depwarn", "error"]),
1313
(dict(sysimage="PATH"), ["--sysimage", "PATH"]),
14+
(dict(bindir="PATH"), ["--home", "PATH"]),
1415
(dict(optimize=3), ["--optimize", "3"]),
1516
])
1617
# fmt: on

0 commit comments

Comments
 (0)