From 88637e65ffd2acae960b2b68db3cd02c900466ed Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 4 Oct 2015 04:16:06 +0200 Subject: [PATCH] Mention the "plugins" test is useless with OBJDIR --- tests/plugins.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/plugins.c b/tests/plugins.c index 4ee257b..6731822 100644 --- a/tests/plugins.c +++ b/tests/plugins.c @@ -41,7 +41,7 @@ static int _perror(char const * message, int ret); static int _plugins(void) { int ret = 0; - const char path[] = "../src/plugins"; + const char path[] = "../src/plugins"; /* FIXME broken with OBJDIR */ #ifdef __APPLE__ const char ext[] = ".dylib"; #else