diff options
Diffstat (limited to 'src/main/test_bzip2.c')
-rw-r--r-- | src/main/test_bzip2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/test_bzip2.c b/src/main/test_bzip2.c index 598e913..1c4c9d3 100644 --- a/src/main/test_bzip2.c +++ b/src/main/test_bzip2.c @@ -135,7 +135,7 @@ main (int argc, char *argv[]) /* change environment to find 'extractor_test' plugin which is not installed but should be in the current directory (or .libs) on 'make check' */ - if (0 != putenv ("LIBEXTRACTOR_PREFIX=." PATH_SEPARATOR_STR ".libs/")) + if (0 != putenv ("LIBEXTRACTOR_PREFIX=.:.libs/")) fprintf (stderr, "Failed to update my environment, plugin loading may fail: %s\n", strerror (errno)); |