diff --git a/tests/test_programs.py b/tests/test_programs.py index 63621d1..7612aca 100644 --- a/tests/test_programs.py +++ b/tests/test_programs.py @@ -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():