s4-drstest: Don't remove temp LDB so it can be reviewed if necessary
authorKamen Mazdrashki <kamen.mazdrashki@postpath.com>
Fri, 4 Dec 2009 01:58:59 +0000 (03:58 +0200)
committerAndrew Tridgell <tridge@samba.org>
Mon, 21 Dec 2009 12:43:17 +0000 (23:43 +1100)
This test makes temp directory which is not removed
so why not just leave LDB also.

Signed-off-by: Andrew Tridgell <tridge@samba.org>
source4/torture/drs/unit/prefixmap_tests.c

index 03f30de106c567d60905897ec010fe6f1a4e8465..b2449d285a6a0f47416522f7b3b8ce8acab1e0c1 100644 (file)
@@ -663,7 +663,6 @@ static bool torture_drs_unit_ldb_setup(struct torture_context *tctx, struct drsu
        }
 
 DONE:
-       unlink(ldb_url);
        talloc_free(mem_ctx);
        return bret;
 }