diff options
author | Jeremy Allison <jra@samba.org> | 2016-07-19 09:24:38 -0700 |
---|---|---|
committer | Ralph Boehme <slow@samba.org> | 2016-07-20 05:20:29 +0200 |
commit | 99b8acaa809b8de70ff6b16eb2511bb7d6e904e8 (patch) | |
tree | ed39605a37cc5cf6c006826dc7a8d0f0fe4a4ad0 /selftest/skip | |
parent | a4f1ecf50d9ab1e8c74a7543eeb3cca41df529fc (diff) | |
download | samba-99b8acaa809b8de70ff6b16eb2511bb7d6e904e8.tar.gz |
s3: torture: Regression test case to specify exactly how UNIX extensions should act on files with streams.
If a stream is open, refuse the unlink. Ensure UNIX unlink
request can remove a file containing streams.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12021
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Wed Jul 20 05:20:29 CEST 2016 on sn-devel-144
Diffstat (limited to 'selftest/skip')
-rw-r--r-- | selftest/skip | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest/skip b/selftest/skip index 4ff727460ea..ba6718a31aa 100644 --- a/selftest/skip +++ b/selftest/skip @@ -47,6 +47,7 @@ ^samba3.smbtorture_s3.plain\(ad_dc_ntvfs\).POSIX-SYMLINK-ACL # Fails against the s4 ntvfs server ^samba3.smbtorture_s3.plain\(ad_dc_ntvfs\).POSIX-SYMLINK-EA # Fails against the s4 ntvfs server ^samba3.smbtorture_s3.plain\(ad_dc_ntvfs\).POSIX-OFD-LOCK # Fails against the s4 ntvfs server +^samba3.smbtorture_s3.plain\(ad_dc_ntvfs\).POSIX-STREAM-DELETE # Fails against the s4 ntvfs server ^samba3.smbtorture_s3.plain\(ad_dc_ntvfs\).PIDHIGH # Fails against the s4 ntvfs server ^samba3.smbtorture_s3.plain\(ad_dc_ntvfs\).NTTRANS-FSCTL # Fails against the s4 ntvfs server ^samba3.smbtorture_s3.plain\(ad_dc_ntvfs\).SMB2-NEGPROT # Fails against the s4 ntvfs server |