Commit 4a861cb
committed
Fix ExecTestCase to properly handle shell scripts
Use shell=True to let the shell parse and execute shebangs properly.
The previous approach of always using sys.executable broke shell script
tests since it tried to run .sh files with the Python interpreter.1 parent 01fd6cf commit 4a861cb
1 file changed
+1
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
907 | 907 | | |
908 | 908 | | |
909 | 909 | | |
910 | | - | |
911 | | - | |
912 | | - | |
913 | | - | |
914 | | - | |
915 | | - | |
| 910 | + | |
916 | 911 | | |
917 | 912 | | |
918 | 913 | | |
| |||
0 commit comments