aboutsummaryrefslogtreecommitdiff
path: root/src/main/test_plugin_load_multi.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-30 14:21:49 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-30 14:21:49 +0100
commit0ad12329a7a4dc89ae63e8b032badf559b4f5550 (patch)
tree37134282e9288c90f6b3a41ea67cf99d6556470c /src/main/test_plugin_load_multi.c
parentba1b54bd1346278b9f8674aa216ec2c7c16ad32c (diff)
downloadlibextractor-0ad12329a7a4dc89ae63e8b032badf559b4f5550.tar.gz
libextractor-0ad12329a7a4dc89ae63e8b032badf559b4f5550.zip
get rid of plibc.h
Diffstat (limited to 'src/main/test_plugin_load_multi.c')
-rw-r--r--src/main/test_plugin_load_multi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/test_plugin_load_multi.c b/src/main/test_plugin_load_multi.c
index 6b30390..18b3e64 100644
--- a/src/main/test_plugin_load_multi.c
+++ b/src/main/test_plugin_load_multi.c
@@ -60,7 +60,7 @@ main (int argc, char *argv[])
60 /* change environment to find 'extractor_test' plugin which is 60 /* change environment to find 'extractor_test' plugin which is
61 not installed but should be in the current directory (or .libs) 61 not installed but should be in the current directory (or .libs)
62 on 'make check' */ 62 on 'make check' */
63 if (0 != putenv ("LIBEXTRACTOR_PREFIX=." PATH_SEPARATOR_STR ".libs/")) 63 if (0 != putenv ("LIBEXTRACTOR_PREFIX=.:.libs/"))
64 fprintf (stderr, 64 fprintf (stderr,
65 "Failed to update my environment, plugin loading may fail: %s\n", 65 "Failed to update my environment, plugin loading may fail: %s\n",
66 strerror (errno)); 66 strerror (errno));