diff options
author | Michael Adam <obnox@samba.org> | 2011-02-19 01:14:54 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-02-19 12:23:24 +0100 |
commit | 6af6241040d376315f47716b4df7ca843b918d2d (patch) | |
tree | 5f8f5af1f4caa8d3caf56e874f5df1b7edd4e1f8 /source3/script/tests | |
parent | 4eb3da2b0ece1c4d33c679c39f2beff0f2a324da (diff) | |
download | samba-6af6241040d376315f47716b4df7ca843b918d2d.tar.gz samba-6af6241040d376315f47716b4df7ca843b918d2d.tar.bz2 samba-6af6241040d376315f47716b4df7ca843b918d2d.zip |
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.
Diffstat (limited to 'source3/script/tests')
-rwxr-xr-x | source3/script/tests/test_smbtorture_s3.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/script/tests/test_smbtorture_s3.sh b/source3/script/tests/test_smbtorture_s3.sh index 77ffc0c61a..c9466e921d 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" |