r17099: Samba3 now passes RAW-LOCK completely, no need for
[amitay/samba.git] / source4 / torture / raw / lock.c
index ce0be42cf0ead6148c5a08d826a3617f8d160133..6d58b9d6aaaf7116ed06cd8bde619b27c6c4b301 100644 (file)
@@ -462,11 +462,6 @@ static BOOL test_async(struct smbcli_state *cli, TALLOC_CTX *mem_ctx)
        time_t t;
        struct smbcli_request *req;
 
-       if (lp_parm_bool(-1, "target", "samba3", False)) {
-               printf("SAMBA3: ignore testing LOCKING_ANDX_CANCEL_LOCK...\n");
-               return True;
-       }
-
        if (!torture_setup_dir(cli, BASEDIR)) {
                return False;
        }
@@ -796,11 +791,6 @@ static BOOL test_errorcode(struct smbcli_state *cli, TALLOC_CTX *mem_ctx)
        time_t start;
        int t;
 
-       if (lp_parm_bool(-1, "target", "samba3", False)) {
-               printf("SAMBA3: ignore testing LOCK_NOT_GRANTED vs. FILE_LOCK_CONFLICT...\n");
-               return True;
-       }
-
        if (!torture_setup_dir(cli, BASEDIR)) {
                return False;
        }