aboutsummaryrefslogtreecommitdiff
path: root/src/main/test_trivial.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/test_trivial.c')
-rw-r--r--src/main/test_trivial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/test_trivial.c b/src/main/test_trivial.c
index b0860b4..ce0e7d5 100644
--- a/src/main/test_trivial.c
+++ b/src/main/test_trivial.c
@@ -51,7 +51,7 @@ main (int argc, char *argv[])
51 /* change environment to find 'extractor_test' plugin which is 51 /* change environment to find 'extractor_test' plugin which is
52 not installed but should be in the current directory (or .libs) 52 not installed but should be in the current directory (or .libs)
53 on 'make check' */ 53 on 'make check' */
54 if (0 != putenv ("LIBEXTRACTOR_PREFIX=." PATH_SEPARATOR_STR ".libs/")) 54 if (0 != putenv ("LIBEXTRACTOR_PREFIX=.:.libs/"))
55 fprintf (stderr, 55 fprintf (stderr,
56 "Failed to update my environment, plugin loading may fail: %s\n", 56 "Failed to update my environment, plugin loading may fail: %s\n",
57 strerror (errno)); 57 strerror (errno));