build: Use /usr/bin/env to find python during tests

This commit is contained in:
Stef Walter 2014-03-23 08:59:12 +01:00
parent 0c8b680004
commit d418a2dfc4
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# Copyright (C) 2013 Red Hat, Inc. # Copyright (C) 2013 Red Hat, Inc.
# #

View File

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# Copyright (C) 2014 Red Hat, Inc. # Copyright (C) 2014 Red Hat, Inc.
# #

View File

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# #
# This is a TAP compiler for python unittest # This is a TAP compiler for python unittest