From 9ade110a25d23db80b72682fd30a4a6098bfc3c0 Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Thu, 29 Jun 2017 15:55:35 +0200 Subject: [PATCH] Fix typo in tests. --- tests/api-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/api-test.c b/tests/api-test.c index 5ab8c37f..0ec4ad61 100644 --- a/tests/api-test.c +++ b/tests/api-test.c @@ -327,7 +327,7 @@ static int _system(const char *command, int warn) #if HAVE_DECL_DM_TASK_RETRY_REMOVE #define DM_RETRY "--retry " #else -#deinfe DM_RETRY "" +#define DM_RETRY "" #endif static void _cleanup_dmdevices(void)