diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-09-12 07:29:29 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:06:41 -0500 |
commit | ab309ada8ba2e4ef867f7fdb13012d09cb8d05c9 (patch) | |
tree | cb92b5f9fdbc86388f78d5543c9f3012f9788848 /source4/lib/registry/tests | |
parent | 2e6f0016d12000d7b8d8f5094d66e65ef618045b (diff) | |
download | samba-ab309ada8ba2e4ef867f7fdb13012d09cb8d05c9.tar.gz samba-ab309ada8ba2e4ef867f7fdb13012d09cb8d05c9.tar.xz 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')
-rw-r--r-- | source4/lib/registry/tests/hive.c | 3 | ||||
-rw-r--r-- | source4/lib/registry/tests/registry.c | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/source4/lib/registry/tests/hive.c b/source4/lib/registry/tests/hive.c index a71e31474c6..dff6d1e8298 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) { diff --git a/source4/lib/registry/tests/registry.c b/source4/lib/registry/tests/registry.c index 9809a6d4c8d..962c7fd2b51 100644 --- a/source4/lib/registry/tests/registry.c +++ b/source4/lib/registry/tests/registry.c @@ -28,9 +28,6 @@ #include "libcli/security/security.h" #include "system/filesys.h" -NTSTATUS torture_temp_dir(struct torture_context *tctx, const char *prefix, - const char **tempdir); - /** * Test obtaining a predefined key. */ |