From 03a1451bbc663a4dbb102d5e150b92acbe7f9599 Mon Sep 17 00:00:00 2001 From: Kamen Mazdrashki Date: Fri, 4 Dec 2009 03:58:59 +0200 Subject: s4-drstest: Don't remove temp LDB so it can be reviewed if necessary This test makes temp directory which is not removed so why not just leave LDB also. Signed-off-by: Andrew Tridgell --- source4/torture/drs/unit/prefixmap_tests.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/torture/drs/unit') diff --git a/source4/torture/drs/unit/prefixmap_tests.c b/source4/torture/drs/unit/prefixmap_tests.c index 03f30de106..b2449d285a 100644 --- a/source4/torture/drs/unit/prefixmap_tests.c +++ b/source4/torture/drs/unit/prefixmap_tests.c @@ -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; } -- cgit