Skip to content

Commit

Permalink
Avoid problem with non-executable name-clash
Browse files Browse the repository at this point in the history
There is apparantly a commonly installed executable
named hello from qml_hello
  • Loading branch information
eivindjahren committed Sep 16, 2024
1 parent 3173016 commit fe21a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/config/parsing/test_lark_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def test_that_giving_non_executable_gives_config_validation_error():
test_config_contents = dedent(
"""
NUM_REALIZATIONS 1
JOB_SCRIPT hello
JOB_SCRIPT not-an-executable-anyone-would-have-on-their-laptop
"""
)
with open(test_config_file_name, "w", encoding="utf-8") as fh:
Expand Down

0 comments on commit fe21a3b

Please sign in to comment.