From 6d4534c874f730a3ba90862f6f976b5100d73f2e Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Fri, 28 Mar 2008 18:47:08 +0100 Subject: [PATCH] testapi: Now that relative modules work in a nearly unified manner on all platform, no need to put that much plugin path. --- src/control/testapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/control/testapi.c b/src/control/testapi.c index 22f4b25341..2bf56826e3 100644 --- a/src/control/testapi.c +++ b/src/control/testapi.c @@ -274,7 +274,7 @@ int main (int argc, char *argv[]) args[0] = "-vvv"; args[1] = "-I"; args[2] = "dummy"; - args[3] = "--plugin-path=../modules:../../modules"; + args[3] = "--plugin-path=../modules"; args[4] = "--vout=dummy"; args[5] = "--aout=dummy"; for (int i = 1; i < argc; i++) -- 2.11.4.GIT