Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-01-20 12:38:58 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-01-20 12:38:58 (GMT)
commit4cdf88f31d5c81d57d8ff340fd471d6079618660 (patch)
treeb6d684e60b9ec071d0830424f3e228baf064064b /tests
parent6de66d38aeedeb2949f15b3b12e9ae190a2656c9 (diff)
Do not hardcode /usr/bin/python
Diffstat (limited to 'tests')
-rwxr-xr-xtests/simulator/simulator2
-rwxr-xr-xtests/test-browser.py2
-rwxr-xr-xtests/test-datastore.py2
-rwxr-xr-xtests/test-snowflake-box.py2
-rwxr-xr-xtests/test-spread-box.py2
-rwxr-xr-xtests/test-theme.py2
-rw-r--r--tests/test-window-manager.py2
7 files changed, 7 insertions, 7 deletions
diff --git a/tests/simulator/simulator b/tests/simulator/simulator
index d720d91..838d645 100755
--- a/tests/simulator/simulator
+++ b/tests/simulator/simulator
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#
diff --git a/tests/test-browser.py b/tests/test-browser.py
index 969efab..13001ec 100755
--- a/tests/test-browser.py
+++ b/tests/test-browser.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#
diff --git a/tests/test-datastore.py b/tests/test-datastore.py
index b0ab933..d3e8478 100755
--- a/tests/test-datastore.py
+++ b/tests/test-datastore.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
diff --git a/tests/test-snowflake-box.py b/tests/test-snowflake-box.py
index d56993b..dd70393 100755
--- a/tests/test-snowflake-box.py
+++ b/tests/test-snowflake-box.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#
diff --git a/tests/test-spread-box.py b/tests/test-spread-box.py
index 0f138cc..dc4e73e 100755
--- a/tests/test-spread-box.py
+++ b/tests/test-spread-box.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#
diff --git a/tests/test-theme.py b/tests/test-theme.py
index d71103d..eae835f 100755
--- a/tests/test-theme.py
+++ b/tests/test-theme.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#
diff --git a/tests/test-window-manager.py b/tests/test-window-manager.py
index dff2b98..539979d 100644
--- a/tests/test-window-manager.py
+++ b/tests/test-window-manager.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#