Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
ConnorNelson committed Jan 20, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent fae022c commit 5eb8bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_programs.py
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ def test_python_relative():

def test_python_argv():
result = json.loads(subprocess.check_output(["/tests/programs/test_python", "test"], preexec_fn=preexec_fn))
assert result["argv"] == ["/tests/programs/test_python_argv", "test"]
assert result["argv"] == ["/tests/programs/test_python", "test"]


def test_sh():

0 comments on commit 5eb8bb2

Please sign in to comment.