summaryrefslogtreecommitdiff
path: root/source3/script
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-02-19 01:14:54 +0100
committerMichael Adam <obnox@samba.org>2011-02-19 12:23:24 +0100
commit4eb3da2b0ece1c4d33c679c39f2beff0f2a324da (patch)
tree0673418e2c8f47d5c69b94d7d9104276a6c0b073 /source3/script
parentae9aa47d6bcfa4ececdc1c74695c4c9a6c045ab6 (diff)
downloadsamba-4eb3da2b0ece1c4d33c679c39f2beff0f2a324da.tar.gz
samba-4eb3da2b0ece1c4d33c679c39f2beff0f2a324da.tar.bz2
samba-4eb3da2b0ece1c4d33c679c39f2beff0f2a324da.zip
s3:tests: include subunit.sh instead of test_functions.sh in test_wbinfo_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')
-rwxr-xr-xsource3/script/tests/test_wbinfo_s3.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/script/tests/test_wbinfo_s3.sh b/source3/script/tests/test_wbinfo_s3.sh
index d501311b14..a63bcba794 100755
--- a/source3/script/tests/test_wbinfo_s3.sh
+++ b/source3/script/tests/test_wbinfo_s3.sh
@@ -15,8 +15,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
}
OLDIFS=$IFS;