1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

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.
This commit is contained in:
Michael Adam 2011-02-19 01:14:54 +01:00
parent 4eb3da2b0e
commit 6af6241040

View File

@ -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"