From a1bec01eeb660e8ff00d77da185f81815be94c30 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sat, 19 Feb 2011 01:14:54 +0100 Subject: s3:tests: include subunit.sh instead of test_functions.sh in test_local_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_local_s3.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/script') diff --git a/source3/script/tests/test_local_s3.sh b/source3/script/tests/test_local_s3.sh index 0c94871ba5..de867c959e 100755 --- a/source3/script/tests/test_local_s3.sh +++ b/source3/script/tests/test_local_s3.sh @@ -10,8 +10,8 @@ exit 1; fi test x"$TEST_FUNCTIONS_SH" != x"INCLUDED" && { -incdir=`dirname $0` -. $incdir/test_functions.sh +incdir=`dirname $0`/../../../testprogs/blackbox +. $incdir/subunit.sh } failed=0 -- cgit