diff options
author | Kamen Mazdrashki <kamen.mazdrashki@postpath.com> | 2009-12-04 03:58:59 +0200 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-12-21 23:43:17 +1100 |
commit | 03a1451bbc663a4dbb102d5e150b92acbe7f9599 (patch) | |
tree | f688a07d63ec7edd0cece593319993b7fbacb2a6 /source4/torture/drs/unit | |
parent | 452fc0d6f44eea0876c3671400d8a8713d00ddce (diff) | |
download | samba-03a1451bbc663a4dbb102d5e150b92acbe7f9599.tar.gz samba-03a1451bbc663a4dbb102d5e150b92acbe7f9599.tar.bz2 samba-03a1451bbc663a4dbb102d5e150b92acbe7f9599.zip |
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 <tridge@samba.org>
Diffstat (limited to 'source4/torture/drs/unit')
-rw-r--r-- | source4/torture/drs/unit/prefixmap_tests.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |