blackbox: fix source => source4
authorStefan Metzmacher <metze@samba.org>
Fri, 12 Sep 2008 09:05:30 +0000 (11:05 +0200)
committerStefan Metzmacher <metze@samba.org>
Sun, 14 Sep 2008 21:08:45 +0000 (23:08 +0200)
metze

testprogs/blackbox/test_gentest.sh
testprogs/blackbox/test_kinit.sh
testprogs/blackbox/test_locktest.sh
testprogs/blackbox/test_masktest.sh
testprogs/blackbox/test_ndrdump.sh
testprogs/blackbox/test_wintest.sh

index ec6f0e422bc3d44f6c01d184b77201284af51a7e..046f280f7d645b192f5ac851921844b8f682582e 100755 (executable)
@@ -17,7 +17,7 @@ DOMAIN=$4
 shift 4
 failed=0
 
-samba4bindir=`dirname $0`/../../source/bin
+samba4bindir=`dirname $0`/../../source4/bin
 gentest=$samba4bindir/gentest
 
 . `dirname $0`/subunit.sh
index d3cece0af70b8dc209560b89f4031274fa40d753..b9969e2c571a1a7ab0e5675cfd3965f5e4c46133 100755 (executable)
@@ -19,11 +19,11 @@ PREFIX=$6
 shift 6
 failed=0
 
-samba4bindir=`dirname $0`/../../source/bin
+samba4bindir=`dirname $0`/../../source4/bin
 smbclient=$samba4bindir/smbclient
 samba4kinit=$samba4bindir/samba4kinit
 net=$samba4bindir/net
-enableaccount="$PYTHON `dirname $0`/../../source/setup/enableaccount"
+enableaccount="$PYTHON `dirname $0`/../../source4/setup/enableaccount"
 
 . `dirname $0`/subunit.sh
 
index 88fa0ef89242920d9022990eb8087c733cdcef69..9cad4dafa29331e56d83bbf13743bbac4315f2b8 100755 (executable)
@@ -18,7 +18,7 @@ PREFIX=$5
 shift 5
 failed=0
 
-samba4bindir=`dirname $0`/../../source/bin
+samba4bindir=`dirname $0`/../../source4/bin
 locktest=$samba4bindir/locktest
 
 . `dirname $0`/subunit.sh
index c1f765c1dd7b2facb43aa208daea0669ac27d45e..440966261fcb7811071ee9e124428c7468f09ae4 100755 (executable)
@@ -18,7 +18,7 @@ PREFIX=$5
 shift 5
 failed=0
 
-samba4bindir=`dirname $0`/../../source/bin
+samba4bindir=`dirname $0`/../../source4/bin
 masktest=$samba4bindir/masktest
 
 . `dirname $0`/subunit.sh
index 089a7c3a2b45746d9e0e7a37a5fb7ccd42ed1476..50fd76ba9272c00a9972c7f18874275cceb07d6b 100755 (executable)
@@ -8,7 +8,7 @@
 
 failed=0
 
-samba4bindir=`dirname $0`/../../source/bin
+samba4bindir=`dirname $0`/../../source4/bin
 ndrdump=$samba4bindir/ndrdump
 files=`dirname $0`/ndrdump
 
index 8bbe4f2984d95f0f4aec21a8b5e49476451be888..f13e94b99f1e05883f0bbedac6e4aa1017c3ad79 100755 (executable)
@@ -33,7 +33,7 @@ failed=0
 
 $basedir=`pwd`
 
-samba4bindir=`dirname $0`/../../source/bin
+samba4bindir=`dirname $0`/../../source4/bin
 smbtorture=$samba4bindir/smbtorture
 
 . `dirname $0`/subunit.sh