diff options
author | Michael Adam <obnox@samba.org> | 2012-09-20 00:41:04 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-09-22 10:19:01 +0200 |
commit | 917e714831178b2a3d07c7f9d09711231a7ccf31 (patch) | |
tree | d445f12167290d96d90c7ef2221840107e87434f /source4/torture/smb2 | |
parent | 88d051f7f18ff88ec5385fdc798f051659134bd3 (diff) | |
download | samba-917e714831178b2a3d07c7f9d09711231a7ccf31.tar.gz samba-917e714831178b2a3d07c7f9d09711231a7ccf31.tar.xz samba-917e714831178b2a3d07c7f9d09711231a7ccf31.zip |
s4:torture:smb2: don't skip the compound.interim1 test for non win7/win2k8
Diffstat (limited to 'source4/torture/smb2')
-rw-r--r-- | source4/torture/smb2/compound.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/torture/smb2/compound.c b/source4/torture/smb2/compound.c index 596702bd99b..56ccf7a9b4f 100644 --- a/source4/torture/smb2/compound.c +++ b/source4/torture/smb2/compound.c @@ -579,10 +579,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); |