aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorXavier Chantry <chantry.xavier@gmail.com>2010-11-08 18:34:53 -0800
committerVinson Lee <vlee@vmware.com>2010-11-08 18:34:53 -0800
commitd4f693774b8518f8d95ab4fae0ee96d5bef2c9fd (patch)
tree4e0dc91dd423c6dce7e710fe8d65388f0f8e62c1 /tests
parent413c7712d2f017e7fbb15221dfa9b8779814503a (diff)
tests: use /usr/bin/env python
This is just to have a consistent python header in all piglit python files.
Diffstat (limited to 'tests')
-rw-r--r--tests/all.tests2
-rw-r--r--tests/external-glslparser.tests2
-rwxr-xr-xtests/glslparsertest/glsl2/gen_builtin_test.py2
-rw-r--r--tests/i965-gen6.tests2
-rw-r--r--tests/quick-driver.tests2
-rw-r--r--tests/quick.tests2
-rw-r--r--tests/r300.tests2
-rw-r--r--tests/r500.tests2
-rw-r--r--tests/radeon.tests2
-rw-r--r--tests/sanity.tests2
10 files changed, 10 insertions, 10 deletions
diff --git a/tests/all.tests b/tests/all.tests
index e35dcf68..44a12371 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# -*- coding: utf-8 -*-
# All tests that come with piglit, using default settings
diff --git a/tests/external-glslparser.tests b/tests/external-glslparser.tests
index 1faf9149..f8ea1ac0 100644
--- a/tests/external-glslparser.tests
+++ b/tests/external-glslparser.tests
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# -*- coding: utf-8 -*-
# All tests that come with piglit, using default settings
diff --git a/tests/glslparsertest/glsl2/gen_builtin_test.py b/tests/glslparsertest/glsl2/gen_builtin_test.py
index bccc9d6e..e1e05e32 100755
--- a/tests/glslparsertest/glsl2/gen_builtin_test.py
+++ b/tests/glslparsertest/glsl2/gen_builtin_test.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/env python
one_parameter_110 = [
"radians",
diff --git a/tests/i965-gen6.tests b/tests/i965-gen6.tests
index e86db456..cd1fb34c 100644
--- a/tests/i965-gen6.tests
+++ b/tests/i965-gen6.tests
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Testing the Gen6 (Sandybridge) driver
diff --git a/tests/quick-driver.tests b/tests/quick-driver.tests
index dc64ede2..70046e5e 100644
--- a/tests/quick-driver.tests
+++ b/tests/quick-driver.tests
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# -*- coding: utf-8 -*-
import re
diff --git a/tests/quick.tests b/tests/quick.tests
index 80185057..b2c32129 100644
--- a/tests/quick.tests
+++ b/tests/quick.tests
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Testing drivers for Radeon hardware
diff --git a/tests/r300.tests b/tests/r300.tests
index c4f24165..0560f476 100644
--- a/tests/r300.tests
+++ b/tests/r300.tests
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
#
# Testing the r300 DRI driver
#
diff --git a/tests/r500.tests b/tests/r500.tests
index 6fe27338..96fb2c2e 100644
--- a/tests/r500.tests
+++ b/tests/r500.tests
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
#
# Testing the r500 DRI driver
#
diff --git a/tests/radeon.tests b/tests/radeon.tests
index a335b167..d8a75920 100644
--- a/tests/radeon.tests
+++ b/tests/radeon.tests
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
#
# Testing drivers for Radeon hardware
#
diff --git a/tests/sanity.tests b/tests/sanity.tests
index 69432214..13c65b77 100644
--- a/tests/sanity.tests
+++ b/tests/sanity.tests
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
#
# Minimal tests to check whether the installation is working
#