summaryrefslogtreecommitdiff
path: root/source3/script/tests/test_net_misc.sh
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-03-28 22:05:27 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-03-29 00:00:23 +0200
commit2839391c7deac3436046807e4238bb9e5802530b (patch)
tree9e342ce1147c9f21bf0494b938ef5462066e82cb /source3/script/tests/test_net_misc.sh
parent53ddac3f27e85f8a605785145a9c9584a85673b2 (diff)
downloadsamba-2839391c7deac3436046807e4238bb9e5802530b.tar.gz
samba-2839391c7deac3436046807e4238bb9e5802530b.tar.bz2
samba-2839391c7deac3436046807e4238bb9e5802530b.zip
s3-selftest unconditionaly include subunit.sh
we no longer . this file into other shell scripts, so we don't need this check any more. Andrew Bartlett
Diffstat (limited to 'source3/script/tests/test_net_misc.sh')
-rwxr-xr-xsource3/script/tests/test_net_misc.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/script/tests/test_net_misc.sh b/source3/script/tests/test_net_misc.sh
index 015b5026a7..82775dc4d3 100755
--- a/source3/script/tests/test_net_misc.sh
+++ b/source3/script/tests/test_net_misc.sh
@@ -18,10 +18,8 @@ NET="$VALGRIND ${NET:-$BINDIR/net} $CONFIGURATION"
NETTIME="${NET} time"
NETLOOKUP="${NET} lookup"
-test x"$TEST_FUNCTIONS_SH" != x"INCLUDED" && {
incdir=`dirname $0`/../../../testprogs/blackbox
. $incdir/subunit.sh
-}
failed=0