From 1b055fa6c655c9eabfb2b4735f94cebf86e10164 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 16 Mar 2011 14:51:30 +0100 Subject: s4-smbtorture: remove duplicate if branch in raw.write test. Guenther --- source4/torture/raw/write.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source4/torture') diff --git a/source4/torture/raw/write.c b/source4/torture/raw/write.c index fa2f8ef2ff..d75aa038d7 100644 --- a/source4/torture/raw/write.c +++ b/source4/torture/raw/write.c @@ -188,11 +188,6 @@ static bool test_write(struct torture_context *tctx, goto done; } - if (!(cli->transport->negotiate.capabilities & CAP_LARGE_FILES)) { - torture_comment(tctx, "skipping large file tests - CAP_LARGE_FILES not set\n"); - goto done; - } - torture_comment(tctx, "Trying 2^32 offset\n"); setup_buffer(buf, seed, maxsize); io.write.in.file.fnum = fnum; -- cgit