From 2839391c7deac3436046807e4238bb9e5802530b Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 28 Mar 2011 22:05:27 +1100 Subject: 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 --- source3/script/tests/test_smbclient_auth.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/script/tests/test_smbclient_auth.sh') diff --git a/source3/script/tests/test_smbclient_auth.sh b/source3/script/tests/test_smbclient_auth.sh index 7ee60b03c2..cb4aeb8072 100755 --- a/source3/script/tests/test_smbclient_auth.sh +++ b/source3/script/tests/test_smbclient_auth.sh @@ -17,10 +17,8 @@ SMBCLIENT="$VALGRIND ${SMBCLIENT:-$BINDIR/smbclient}" shift 4 ADDARGS="$*" -test x"$TEST_FUNCTIONS_SH" != x"INCLUDED" && { incdir=`dirname $0`/../../../testprogs/blackbox . $incdir/subunit.sh -} failed=0 -- cgit