summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-09-20 00:41:04 +0200
committerKarolin Seeger <kseeger@samba.org>2012-09-28 09:12:46 +0200
commit52b06922b5d63207b03a1ae07896a9657b091cd4 (patch)
tree22bd6134665f8d11b838c8c0b2be9f53811aaf45 /source4
parent3326b16454c9b4299a7213c42c3a63a29e3b20dc (diff)
downloadsamba-52b06922b5d63207b03a1ae07896a9657b091cd4.tar.gz
s4:torture:smb2: don't skip the compound.interim1 test for non win7/win2k8 (cherry picked from commit 917e714831178b2a3d07c7f9d09711231a7ccf31)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source4')
-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 e0fda08d8e5..1b03e6300cc 100644
--- a/source4/torture/smb2/compound.c
+++ b/source4/torture/smb2/compound.c
@@ -470,10 +470,6 @@ static bool test_compound_interim1(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);