summaryrefslogtreecommitdiff
path: root/source3/script/tests
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-06-24 16:40:17 +0200
committerMichael Adam <obnox@samba.org>2011-06-25 01:07:15 +0200
commit3e73ed77e074264ff295d12e57fdec29fbf621fa (patch)
treef369769d1d01da60c9bdb3d6f3c2106bfeba9a58 /source3/script/tests
parent05a287c9d9cdc87cda18bc9ff7db25f46f6970b6 (diff)
downloadsamba-3e73ed77e074264ff295d12e57fdec29fbf621fa.tar.gz
samba-3e73ed77e074264ff295d12e57fdec29fbf621fa.tar.bz2
samba-3e73ed77e074264ff295d12e57fdec29fbf621fa.zip
s3:test: don't rely on pyhton being in /usr/bin/python in the sids2xids test
"/usr/bin/env pyhton" should always work as long as pyhton is in the path. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Sat Jun 25 01:07:15 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/script/tests')
-rwxr-xr-xsource3/script/tests/test_wbinfo_sids2xids_int.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/tests/test_wbinfo_sids2xids_int.py b/source3/script/tests/test_wbinfo_sids2xids_int.py
index 064a300026..87db0efed2 100755
--- a/source3/script/tests/test_wbinfo_sids2xids_int.py
+++ b/source3/script/tests/test_wbinfo_sids2xids_int.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
import sys,os,subprocess