s3:test: use the blackbox subunit test driver in the net_misc tests.
authorMichael Adam <obnox@samba.org>
Tue, 15 Feb 2011 21:54:06 +0000 (22:54 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 16 Feb 2011 11:56:41 +0000 (12:56 +0100)
source3/script/tests/test_net_misc.sh

index 8d092f4fe1ac76b57c803244331679952f689932..5257830030b1cee3090a5d293238cf21f2995174 100755 (executable)
@@ -8,8 +8,8 @@ NETTIME="${NET} time"
 NETLOOKUP="${NET} lookup"
 
 test x"$TEST_FUNCTIONS_SH" != x"INCLUDED" && {
-incdir=`dirname $0`
-. $incdir/test_functions.sh
+incdir=`dirname $0`/../../../testprogs/blackbox
+. $incdir/subunit.sh
 }
 
 failed=0