Merge pull request #273 from kylemanna/python3-env

tests: Use /usr/bin/env python3
pull/276/head
Jussi Pakkanen 10 years ago
commit c02009a698
  1. 1
      authors.txt
  2. 2
      test cases/common/56 custom target/my_compiler.py
  3. 2
      test cases/common/57 custom target chain/my_compiler.py
  4. 2
      test cases/common/57 custom target chain/my_compiler2.py
  5. 2
      test cases/common/59 object generator/obj_generator.py

@ -21,3 +21,4 @@ Jouni Roivas
Rafaël Kooi
Marko Raatikainen
German Diago Gomez
Kyle Manna

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import sys

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import sys

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import sys

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# Mimic a binary that generates an object file (e.g. windres).

Loading…
Cancel
Save