diff options
author | Richard Sharpe <realrichardsharpe@gmail.com> | 2013-04-04 17:15:30 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2013-04-16 00:46:53 +0200 |
commit | b08c0b317cb8064aac5cc32774a52243aa4af973 (patch) | |
tree | d141e777e1e93a02869dc90fe224740d049f68ea /source4/torture/smb2/wscript_build | |
parent | 0f9eb25183e6ed5a2f4ec8e385bc5f985f2087e5 (diff) | |
download | samba-b08c0b317cb8064aac5cc32774a52243aa4af973.tar.gz samba-b08c0b317cb8064aac5cc32774a52243aa4af973.tar.bz2 samba-b08c0b317cb8064aac5cc32774a52243aa4af973.zip |
Add a test that shows the difference between Windows and Samba with respect to DeleteOnClose.
Signed-off-by: Richard Sharpe <realrichardsharpe@gmail.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue Apr 16 00:46:54 CEST 2013 on sn-devel-104
Diffstat (limited to 'source4/torture/smb2/wscript_build')
-rw-r--r-- | source4/torture/smb2/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/smb2/wscript_build b/source4/torture/smb2/wscript_build index d60c5d2ddb..42393c433d 100644 --- a/source4/torture/smb2/wscript_build +++ b/source4/torture/smb2/wscript_build @@ -4,7 +4,7 @@ bld.SAMBA_MODULE('TORTURE_SMB2', source='''connect.c scan.c util.c getinfo.c setinfo.c lock.c notify.c smb2.c durable_open.c durable_v2_open.c oplock.c dir.c lease.c create.c acls.c read.c compound.c streams.c ioctl.c rename.c - session.c ''', + session.c delete-on-close.c''', subsystem='smbtorture', deps='LIBCLI_SMB2 POPT_CREDENTIALS torture NDR_IOCTL', internal_module=True, |