aboutsummaryrefslogtreecommitdiff
path: root/src/main/test_ipc.c
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2012-08-01 20:25:43 +0000
committerLRN <lrn1986@gmail.com>2012-08-01 20:25:43 +0000
commit1687a6aff0c356fb2638f293236097c170bde7e7 (patch)
tree536dd895acaa28b8044813141ec14fc1aaa31611 /src/main/test_ipc.c
parent21a2b41325ef87f55e3755a14f46f6f91dae599e (diff)
downloadlibextractor-1687a6aff0c356fb2638f293236097c170bde7e7.tar.gz
libextractor-1687a6aff0c356fb2638f293236097c170bde7e7.zip
One huge fix. Sorry.
Diffstat (limited to 'src/main/test_ipc.c')
-rw-r--r--src/main/test_ipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/test_ipc.c b/src/main/test_ipc.c
index 1696bbc..c640dde 100644
--- a/src/main/test_ipc.c
+++ b/src/main/test_ipc.c
@@ -136,7 +136,7 @@ main (int argc, char *argv[])
136 /* change environment to find 'extractor_test' plugin which is 136 /* change environment to find 'extractor_test' plugin which is
137 not installed but should be in the current directory (or .libs) 137 not installed but should be in the current directory (or .libs)
138 on 'make check' */ 138 on 'make check' */
139 if (0 != setenv ("LIBEXTRACTOR_PREFIX", ".:.libs/", 1)) 139 if (0 != putenv ("LIBEXTRACTOR_PREFIX=." PATH_SEPARATOR_STR ".libs/"))
140 fprintf (stderr, 140 fprintf (stderr,
141 "Failed to update my environment, plugin loading may fail: %s\n", 141 "Failed to update my environment, plugin loading may fail: %s\n",
142 strerror (errno)); 142 strerror (errno));