summaryrefslogtreecommitdiff
path: root/source3/script/tests/tests_all.sh
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2010-03-09 16:36:48 -0800
committerJeremy Allison <jra@samba.org>2010-03-09 16:36:48 -0800
commit3855c948c029490c616f4b4aa81b47e6df8c12a0 (patch)
treed8de146356be8e8c645e9da2351dcd141afa15c9 /source3/script/tests/tests_all.sh
parentae79d8ce02921e9a5c82433527909c7f707051e3 (diff)
downloadsamba-3855c948c029490c616f4b4aa81b47e6df8c12a0.tar.gz
samba-3855c948c029490c616f4b4aa81b47e6df8c12a0.tar.bz2
samba-3855c948c029490c616f4b4aa81b47e6df8c12a0.zip
Add tests which, when run as root, will ensure we can't write
into a read-only directory, or read a owner-read-only file. Jeremy.
Diffstat (limited to 'source3/script/tests/tests_all.sh')
-rwxr-xr-xsource3/script/tests/tests_all.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/script/tests/tests_all.sh b/source3/script/tests/tests_all.sh
index 11d315b198..153f8ea0d5 100755
--- a/source3/script/tests/tests_all.sh
+++ b/source3/script/tests/tests_all.sh
@@ -20,13 +20,13 @@ smbtorture_s3_encrypted() {
smbclient_s3() {
echo "RUNNING TESTS smbclient_s3"
- $SCRIPTDIR/test_smbclient_s3.sh $SERVER $SERVER_IP $USERNAME $PASSWORD \
+ $SCRIPTDIR/test_smbclient_s3.sh $SERVER $SERVER_IP $USERNAME $PASSWORD $USERID \
|| failed=`expr $failed + $?`
}
smbclient_s3_encrypted() {
echo "RUNNING TESTS smbclient_s3_encrypted"
- $SCRIPTDIR/test_smbclient_s3.sh $SERVER $SERVER_IP $USERNAME $PASSWORD "-e" \
+ $SCRIPTDIR/test_smbclient_s3.sh $SERVER $SERVER_IP $USERNAME $PASSWORD $USERID "-e" \
|| failed=`expr $failed + $?`
}