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 | 4eb3da2b0ece1c4d33c679c39f2beff0f2a324da (patch) | |
tree | 0673418e2c8f47d5c69b94d7d9104276a6c0b073 | |
parent | ae9aa47d6bcfa4ececdc1c74695c4c9a6c045ab6 (diff) | |
download | samba-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.
-rwxr-xr-x | source3/script/tests/test_wbinfo_s3.sh | 4 |
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; |