summaryrefslogtreecommitdiffstats
path: root/src/tests/cmocka/test_child_common.c
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2014-12-03 21:50:02 +0100
committerJakub Hrozek <jhrozek@redhat.com>2014-12-04 11:39:44 +0100
commitfb3c5cdfcda069a5fbeb7b9d200c0881911364b8 (patch)
treee6d1a01ffe654ca651a5a6f2d03610fc1d4f2984 /src/tests/cmocka/test_child_common.c
parent9f521c61c17cecd9625ebc1b33c666fa3488622c (diff)
downloadsssd-fb3c5cdfcda069a5fbeb7b9d200c0881911364b8.tar.gz
sssd-fb3c5cdfcda069a5fbeb7b9d200c0881911364b8.tar.xz
sssd-fb3c5cdfcda069a5fbeb7b9d200c0881911364b8.zip
Rename test-child to dummy-child
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'src/tests/cmocka/test_child_common.c')
-rw-r--r--src/tests/cmocka/test_child_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/cmocka/test_child_common.c b/src/tests/cmocka/test_child_common.c
index 112ed0ad9..ee6e297f5 100644
--- a/src/tests/cmocka/test_child_common.c
+++ b/src/tests/cmocka/test_child_common.c
@@ -28,7 +28,7 @@
#include "util/child_common.h"
#include "tests/cmocka/common_mock.h"
-#define TEST_BIN "test-child"
+#define TEST_BIN "dummy-child"
#define ECHO_STR "Hello child"
struct child_test_ctx {