diff options
author | Günther Deschner <gd@samba.org> | 2011-03-16 14:51:30 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-16 14:51:30 +0100 |
commit | 1b055fa6c655c9eabfb2b4735f94cebf86e10164 (patch) | |
tree | c33e0dc8c28fd7906564cd8a519f949c54637c3d | |
parent | 227c00d8bd2d9601e0c5e08df8dc567fe0e92345 (diff) | |
download | samba-1b055fa6c655c9eabfb2b4735f94cebf86e10164.tar.gz samba-1b055fa6c655c9eabfb2b4735f94cebf86e10164.tar.bz2 samba-1b055fa6c655c9eabfb2b4735f94cebf86e10164.zip |
s4-smbtorture: remove duplicate if branch in raw.write test.
Guenther
-rw-r--r-- | source4/torture/raw/write.c | 5 |
1 files changed, 0 insertions, 5 deletions
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; |