summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-09-20 00:41:48 +0200
committerKarolin Seeger <kseeger@samba.org>2012-09-28 09:23:08 +0200
commitb40a7e608ad3be47e326057162dd60b6fd9dba56 (patch)
tree603a3b0122f8c05c982a05b9ecb01674a6b60a8b
parentc05693a139c57dabb5925eebaef260fdbb86268d (diff)
downloadsamba-b40a7e608ad3be47e326057162dd60b6fd9dba56.tar.gz
s4:torture:smb2: don't skip the compound.interim2 test for non win7/win2k8 (cherry picked from commit 8df0b023c51ed198d3054760447e1b273eada991)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
-rw-r--r--source4/torture/smb2/compound.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/torture/smb2/compound.c b/source4/torture/smb2/compound.c
index 56ccf7a9b4f..b94662360b7 100644
--- a/source4/torture/smb2/compound.c
+++ b/source4/torture/smb2/compound.c
@@ -646,10 +646,6 @@ static bool test_compound_interim2(struct torture_context *tctx,
/* Win7 compound request implementation deviates substantially from the
* SMB2 spec as noted in MS-SMB2 <159>, <162>. This, test currently
* verifies the Windows behavior, not the general spec behavior. */
- if (!TARGET_IS_WIN7(tctx) && !TARGET_IS_W2K8(tctx)) {
- torture_skip(tctx, "Interim test is specific to Windows server "
- "behavior.\n");
- }
smb2_transport_credits_ask_num(tree->session->transport, 5);