From 3a039738c1efa1e62d0e5e092550832198ef76e3 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sat, 19 Feb 2011 01:14:54 +0100 Subject: [PATCH] s3:tests: include subunit.sh instead of test_functions.sh in test_smbtorture_s3.sh It would actually not be necessary at all to include a script providing testit() and so on, since this script snippet is currently only sourced in tests.sh to plan the included test. --- source3/script/tests/test_smbtorture_s3.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/script/tests/test_smbtorture_s3.sh b/source3/script/tests/test_smbtorture_s3.sh index 77ffc0c61a8..c9466e921d8 100755 --- a/source3/script/tests/test_smbtorture_s3.sh +++ b/source3/script/tests/test_smbtorture_s3.sh @@ -17,8 +17,8 @@ shift 4 ADDARGS="$*" test x"$TEST_FUNCTIONS_SH" != x"INCLUDED" && { -incdir=`dirname $0` -. $incdir/test_functions.sh +incdir=`dirname $0`/../../../testprogs/blackbox +. $incdir/subunit.sh } SMB_CONF_PATH="$CONFFILE" -- 2.11.4.GIT