summaryrefslogtreecommitdiff
path: root/source3/script/tests
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-02-15 22:54:06 +0100
committerMichael Adam <obnox@samba.org>2011-02-16 12:56:41 +0100
commitad6c3ec3e52c7578884f65a3cf366bf9a6aafbda (patch)
tree9510c90a9978dae4d760221cf9905ad3824cf284 /source3/script/tests
parent2e18c34d6247573d8215905e8989e3c010f144d6 (diff)
downloadsamba-ad6c3ec3e52c7578884f65a3cf366bf9a6aafbda.tar.gz
samba-ad6c3ec3e52c7578884f65a3cf366bf9a6aafbda.tar.bz2
samba-ad6c3ec3e52c7578884f65a3cf366bf9a6aafbda.zip
s3:test: use the blackbox subunit test driver in the net_misc tests.
Diffstat (limited to 'source3/script/tests')
-rwxr-xr-xsource3/script/tests/test_net_misc.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/script/tests/test_net_misc.sh b/source3/script/tests/test_net_misc.sh
index 8d092f4fe1..5257830030 100755
--- a/source3/script/tests/test_net_misc.sh
+++ b/source3/script/tests/test_net_misc.sh
@@ -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