diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-10-18 21:41:50 +0200 |
---|---|---|
committer | Chad Versace <chad@chad-versace.us> | 2011-10-18 14:21:48 -0700 |
commit | f8bc9123f0a8d0b14420ff101fa404fa18a480d9 (patch) | |
tree | f95bee4b03efc031a65e090c90dcb8c10fd54a92 /tests/quick.tests | |
parent | 9d9f327dc588fac43ec3f6e58680b6bf1b283ca0 (diff) |
Fix redundant shebangs and executable bits.
I think that no Python file in framework/ or tests/ should have shebang, and
tests/shaders/gen_equal_tests.py shouldn't have the executable bit set.
chad: I modified Matěj's patch to retain the shebang for
glsl_parser_test.py. That file can be ran as a standalone script.
Signed-off-by: Chad Versace <chad@chad-versace.us>
Signed-off-by: Matěj Cepl <mcepl@redhat.com>
Diffstat (limited to 'tests/quick.tests')
-rw-r--r-- | tests/quick.tests | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/quick.tests b/tests/quick.tests index 702a69f85..43eae7df0 100644 --- a/tests/quick.tests +++ b/tests/quick.tests @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # # Testing drivers for Radeon hardware |