diff options
-rw-r--r-- | tests/all.tests | 2 | ||||
-rw-r--r-- | tests/external-glslparser.tests | 2 | ||||
-rwxr-xr-x | tests/glslparsertest/glsl2/gen_builtin_test.py | 2 | ||||
-rw-r--r-- | tests/i965-gen6.tests | 2 | ||||
-rw-r--r-- | tests/quick-driver.tests | 2 | ||||
-rw-r--r-- | tests/quick.tests | 2 | ||||
-rw-r--r-- | tests/r300.tests | 2 | ||||
-rw-r--r-- | tests/r500.tests | 2 | ||||
-rw-r--r-- | tests/radeon.tests | 2 | ||||
-rw-r--r-- | tests/sanity.tests | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/tests/all.tests b/tests/all.tests index e35dcf68d..44a123710 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 1faf91499..f8ea1ac03 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 bccc9d6e4..e1e05e325 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 e86db4561..cd1fb34c0 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 dc64ede2d..70046e5e1 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 801850579..b2c32129b 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 c4f24165d..0560f4767 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 6fe27338a..96fb2c2e8 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 a335b167b..d8a75920f 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 694322148..13c65b777 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 # |