summaryrefslogtreecommitdiff
path: root/source4/lib/registry/tests/hive.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-09-12 07:29:29 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:06:41 -0500
commitab309ada8ba2e4ef867f7fdb13012d09cb8d05c9 (patch)
treecb92b5f9fdbc86388f78d5543c9f3012f9788848 /source4/lib/registry/tests/hive.c
parent2e6f0016d12000d7b8d8f5094d66e65ef618045b (diff)
downloadsamba-ab309ada8ba2e4ef867f7fdb13012d09cb8d05c9.tar.gz
samba-ab309ada8ba2e4ef867f7fdb13012d09cb8d05c9.tar.bz2
samba-ab309ada8ba2e4ef867f7fdb13012d09cb8d05c9.zip
r25112: make torture_temp_dir() available via tortore/torture.h
and return more detailed errors metze (This used to be commit c2b645c8763fd75a0a81983ec44a5990670c4fc4)
Diffstat (limited to 'source4/lib/registry/tests/hive.c')
-rw-r--r--source4/lib/registry/tests/hive.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/lib/registry/tests/hive.c b/source4/lib/registry/tests/hive.c
index a71e31474c..dff6d1e829 100644
--- a/source4/lib/registry/tests/hive.c
+++ b/source4/lib/registry/tests/hive.c
@@ -27,9 +27,6 @@
#include "librpc/gen_ndr/winreg.h"
#include "system/filesys.h"
-NTSTATUS torture_temp_dir(struct torture_context *tctx, const char *prefix,
- const char **tempdir);
-
static bool test_del_nonexistant_key(struct torture_context *tctx,
const void *test_data)
{