diff options
author | Adam Stokes <adam.stokes@ubuntu.com> | 2013-04-11 21:55:27 -0400 |
---|---|---|
committer | Adam Stokes <adam.stokes@ubuntu.com> | 2013-04-11 21:55:27 -0400 |
commit | 3a2bffa7e4958af38e63d75deef6cd29a110c985 (patch) | |
tree | d072c5634eb844e2596e4384a2ba600255526bbc /tests | |
parent | 1baf743054087363f37d5fcbdf4209a67a8edcd9 (diff) | |
download | sos-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')
-rwxr-xr-x | tests/test_exe.py | 2 |
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" |