diff options
author | Steve French <sfrench@samba.org> | 2006-09-15 19:24:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:47 -0500 |
commit | db0fdcf6ce8b3d02a5f720652f22a2b7167c5e26 (patch) | |
tree | 8a183f343f32b91b325ae9bfa6e2a55fe068d570 /source4/script/tests/mktestsetup.sh | |
parent | 6e3b94d3bcaacba0fed4f977248b0fbe6fcd6812 (diff) | |
download | samba-db0fdcf6ce8b3d02a5f720652f22a2b7167c5e26.tar.gz samba-db0fdcf6ce8b3d02a5f720652f22a2b7167c5e26.tar.bz2 samba-db0fdcf6ce8b3d02a5f720652f22a2b7167c5e26.zip |
r18564: update for cifs unix/posix extensions stub version to build and beginnings of smbtorture test for it
(This used to be commit 57f56957176ca04f3abb579b557aade71f8d361d)
Diffstat (limited to 'source4/script/tests/mktestsetup.sh')
-rwxr-xr-x | source4/script/tests/mktestsetup.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/script/tests/mktestsetup.sh b/source4/script/tests/mktestsetup.sh index 9453a2f0cd..181959aa5b 100755 --- a/source4/script/tests/mktestsetup.sh +++ b/source4/script/tests/mktestsetup.sh @@ -118,6 +118,11 @@ system:anonymous = true cifs:password = $PASSWORD cifs:domain = $DOMAIN cifs:share = tmp + +[cifsposixtestshare] + read only = no + ntvfs handler = cifsposix + path = $TMPDIR EOF ## Override default srahes_config.ldb file |