From 51ae7533af420e232c431a80d9a378f89e4363c6 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 20 Sep 2012 00:41:48 +0200 Subject: [PATCH] s4:torture:smb2: don't skip the compound.interim2 test for non win7/win2k8 (cherry picked from commit 8df0b023c51ed198d3054760447e1b273eada991) Signed-off-by: Stefan Metzmacher --- source4/torture/smb2/compound.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source4/torture/smb2/compound.c b/source4/torture/smb2/compound.c index 1b03e6300cc9..4bbfd9eea884 100644 --- a/source4/torture/smb2/compound.c +++ b/source4/torture/smb2/compound.c @@ -537,10 +537,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); -- 2.34.1