• Victor Stinner's avatar
    bpo-34783: Fix test_nonexisting_script() (GH-9896) · ea75187c
    Victor Stinner yazdı
    Fix test_cmd_line_script.test_nonexisting_script(): the test must not
    rely on sys.executable, since main.c uses config->program which can
    be different than sys.executable in many cases (for example, on macOS
    when using the framework).
    ea75187c
test_cmd_line_script.py 28.5 KB