Commit 350aeab
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).
(cherry picked from commit ea75187)
Co-authored-by: Victor Stinner <vstinner@redhat.com>
1 parent 802de12 commit 350aeab
1 file changed
+1
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
630 | 630 | | |
631 | 631 | | |
632 | 632 | | |
633 | | - | |
634 | | - | |
635 | 633 | | |
636 | 634 | | |
637 | 635 | | |
638 | 636 | | |
639 | 637 | | |
640 | 638 | | |
641 | 639 | | |
642 | | - | |
643 | | - | |
644 | | - | |
645 | 640 | | |
646 | 641 | | |
647 | 642 | | |
648 | 643 | | |
649 | 644 | | |
650 | | - | |
651 | | - | |
652 | | - | |
| 645 | + | |
653 | 646 | | |
654 | 647 | | |
655 | 648 | | |
| |||
0 commit comments