From 3e73ed77e074264ff295d12e57fdec29fbf621fa Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 24 Jun 2011 16:40:17 +0200 Subject: 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 Autobuild-Date: Sat Jun 25 01:07:15 CEST 2011 on sn-devel-104 --- source3/script/tests/test_wbinfo_sids2xids_int.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/script/tests/test_wbinfo_sids2xids_int.py') 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 -- cgit