s4:torture:smb2: don't skip the compound.interim1 test for non win7/win2k8 (cherry...
authorMichael Adam <obnox@samba.org>
Wed, 19 Sep 2012 22:41:04 +0000 (00:41 +0200)
committerKarolin Seeger <kseeger@samba.org>
Fri, 28 Sep 2012 07:12:46 +0000 (09:12 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
source4/torture/smb2/compound.c

index e0fda08d8e51017664bc36fac1c402b82c8c5ae7..1b03e6300cc92fdf06cf991b2dc1b2ebea76613f 100644 (file)
@@ -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);