s4-smbtorture: remove duplicate if branch in raw.write test.
authorGünther Deschner <gd@samba.org>
Wed, 16 Mar 2011 13:51:30 +0000 (14:51 +0100)
committerGünther Deschner <gd@samba.org>
Wed, 16 Mar 2011 13:51:30 +0000 (14:51 +0100)
Guenther

source4/torture/raw/write.c

index fa2f8ef2ffeb068a6ca31b4988be92ada53f8234..d75aa038d735a8111a0a367419c64e96b4c1dba1 100644 (file)
@@ -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;