1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

s4 torture: Fix RAW-STREAMS-DELETE to pass against samba3

This commit is contained in:
Tim Prouty 2009-12-18 09:35:57 -08:00
parent ea365af4f5
commit 9b869230a7

View File

@ -609,7 +609,8 @@ static bool test_stream_delete(struct torture_context *tctx,
CHECK_STATUS(status, NT_STATUS_OK);
/* w2k and w2k3 return 0 and w2k8 returns 1 */
if (TARGET_IS_WINXP(tctx) || TARGET_IS_W2K3(tctx)) {
if (TARGET_IS_WINXP(tctx) || TARGET_IS_W2K3(tctx) ||
TARGET_IS_SAMBA3(tctx)) {
CHECK_VALUE(finfo.all_info.out.delete_pending, 0);
} else {
CHECK_VALUE(finfo.all_info.out.delete_pending, 1);