aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_exe.py
diff options
context:
space:
mode:
authorAdam Stokes <adam.stokes@ubuntu.com>2013-04-11 21:55:27 -0400
committerAdam Stokes <adam.stokes@ubuntu.com>2013-04-11 21:55:27 -0400
commit3a2bffa7e4958af38e63d75deef6cd29a110c985 (patch)
treed072c5634eb844e2596e4384a2ba600255526bbc /tests/test_exe.py
parent1baf743054087363f37d5fcbdf4209a67a8edcd9 (diff)
downloadsos-3a2bffa7e4958af38e63d75deef6cd29a110c985.tar.gz
Small change to test_exe to point to /usr/bin/python
- Simple fix to make all unittests green Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
Diffstat (limited to 'tests/test_exe.py')
-rwxr-xr-xtests/test_exe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_exe.py b/tests/test_exe.py
index f35d93f0..09b2813e 100755
--- a/tests/test_exe.py
+++ b/tests/test_exe.py
@@ -1,2 +1,2 @@
-#!/usr/bin/env python
+#!/usr/bin/python
print "executed"