From: Andrew Bartlett Date: Tue, 22 Feb 2011 00:21:53 +0000 (+1100) Subject: smbtorture Remove random file name before we start RW2 X-Git-Tag: tevent-0.9.11~384 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b73cfabdf5cc28a91a72df8b64cf57021e08f0b0;p=thirdparty%2Fsamba.git smbtorture Remove random file name before we start RW2 --- diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 48eb708a70f..893497ebbee 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -677,6 +677,10 @@ static bool rw_torture3(struct cli_state *c, char *lockfname) if (procnum == 0) { + if (!NT_STATUS_IS_OK(cli_unlink(c, lockfname, aSYSTEM | aHIDDEN))) { + printf("unlink failed (%s) (normal, this file should not exist)\n", cli_errstr(c)); + } + if (!NT_STATUS_IS_OK(cli_open(c, lockfname, O_RDWR | O_CREAT | O_EXCL, DENY_NONE, &fnum))) { printf("first open read/write of %s failed (%s)\n",