]> granicus.if.org Git - python/commit
bpo-34783: Add test_cmd_line_script.test_nonexisting_script() (GH-9535)
authorVictor Stinner <vstinner@redhat.com>
Mon, 24 Sep 2018 15:06:29 +0000 (08:06 -0700)
committerGitHub <noreply@github.com>
Mon, 24 Sep 2018 15:06:29 +0000 (08:06 -0700)
commita46467ff198c42c8f34768c7be4b4562f6f44736
tree823c779fa60ab3434048a4523e3c06fe3f57d27d
parent1b77f929f8d18e9a97335a8ec5e838e5be506568
bpo-34783: Add test_cmd_line_script.test_nonexisting_script() (GH-9535)

Make sure that "./python script.py" does not crash if the script
file doesn't exist.
Lib/test/test_cmd_line_script.py