diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2012-11-05 23:42:11 +0100 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-11-13 12:42:22 +0100 |
commit | 7eabf0b9d835bfb724d1c348fd0acd4975652a1b (patch) | |
tree | 62258b8ec01e0924ae43ae835d148a9c534225ac /src | |
parent | 7452f1b637276ce582b120f8f5482ae7f3b6bd47 (diff) | |
download | sssd-7eabf0b9d835bfb724d1c348fd0acd4975652a1b.tar.gz sssd-7eabf0b9d835bfb724d1c348fd0acd4975652a1b.tar.bz2 sssd-7eabf0b9d835bfb724d1c348fd0acd4975652a1b.zip |
TESTS: Fix a couple of debug-level setters
Diffstat (limited to 'src')
-rw-r--r-- | src/tests/files-tests.c | 2 | ||||
-rw-r--r-- | src/tests/refcount-tests.c | 2 | ||||
-rw-r--r-- | src/tests/resolv-tests.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/tests/files-tests.c b/src/tests/files-tests.c index 56c9ab9b..5d7f17e1 100644 --- a/src/tests/files-tests.c +++ b/src/tests/files-tests.c @@ -322,7 +322,7 @@ int main(int argc, const char *argv[]) } poptFreeContext(pc); - DEBUG_INIT(debug_level); + DEBUG_INIT(debug); tests_set_cwd(); diff --git a/src/tests/refcount-tests.c b/src/tests/refcount-tests.c index 9a7e5b94..d93f1561 100644 --- a/src/tests/refcount-tests.c +++ b/src/tests/refcount-tests.c @@ -222,7 +222,7 @@ int main(int argc, const char *argv[]) } poptFreeContext(pc); - DEBUG_INIT(debug_level); + DEBUG_INIT(debug); tests_set_cwd(); diff --git a/src/tests/resolv-tests.c b/src/tests/resolv-tests.c index c61d6f8c..61308e38 100644 --- a/src/tests/resolv-tests.c +++ b/src/tests/resolv-tests.c @@ -856,7 +856,7 @@ int main(int argc, const char *argv[]) } poptFreeContext(pc); - DEBUG_INIT(debug_level); + DEBUG_INIT(debug); if (!use_net_test) { printf("Network tests disabled. Rerun with the \"-n\" " |