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_testparm_s3.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/script/tests/test_testparm_s3.sh') diff --git a/source3/script/tests/test_testparm_s3.sh b/source3/script/tests/test_testparm_s3.sh index bced6e7e19..c9682f0dd1 100755 --- a/source3/script/tests/test_testparm_s3.sh +++ b/source3/script/tests/test_testparm_s3.sh @@ -17,10 +17,8 @@ LOCAL_PATH="$1" TEMP_CONFFILE=${LOCAL_PATH}/smb.conf.tmp TESTPARM="$VALGRIND ${TESTPARM:-$BINDIR/testparm} --suppress-prompt --skip-logic-checks" -test x"$TEST_FUNCTIONS_SH" != x"INCLUDED" && { incdir=`dirname $0`/../../../testprogs/blackbox . $incdir/subunit.sh -} failed=0 -- cgit