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
commit93ca1bc410b25492f02045f77bcd8d7d5bbfafe6 (patch)
tree9665786d0846a21dd8c47ab4dfe61038c54576f9 /source3/script
parentd03996afb50a22b24119cc4a6380c6923bcda997 (diff)
downloadsamba-93ca1bc410b25492f02045f77bcd8d7d5bbfafe6.tar.gz
samba-93ca1bc410b25492f02045f77bcd8d7d5bbfafe6.tar.bz2
samba-93ca1bc410b25492f02045f77bcd8d7d5bbfafe6.zip
s3:tests: include subunit.sh instead of test_functions.sh in test_posix_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_posix_s3.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/script/tests/test_posix_s3.sh b/source3/script/tests/test_posix_s3.sh
index 8cdb1e26f4..904f9f1f09 100755
--- a/source3/script/tests/test_posix_s3.sh
+++ b/source3/script/tests/test_posix_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
}
base="base.attr base.charset base.chkpath base.defer_open base.delaywrite base.delete"