diff options
author | Christian Grothoff <christian@grothoff.org> | 2014-12-11 08:35:41 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2014-12-11 08:35:41 +0000 |
commit | edec8d189d32e542424e2504d3288a506d86af7e (patch) | |
tree | d27d7495ef8e81912c702b7a52a95e3cadbc71d7 /contrib | |
parent | 1cc94f2fc2d5378d71c4e740271b0ae99e6c554e (diff) |
-expect PREFIX to point to lib-dir
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/test_gnunet_prefix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/test_gnunet_prefix.c b/contrib/test_gnunet_prefix.c index 6f9eed9b4..ddb432138 100644 --- a/contrib/test_gnunet_prefix.c +++ b/contrib/test_gnunet_prefix.c @@ -43,7 +43,7 @@ main (int argc, _("Testcases will not work!\n")); return 1; } - dirname = DIR_SEPARATOR_STR "share" DIR_SEPARATOR_STR "gnunet" DIR_SEPARATOR_STR "config.d"; + dirname = DIR_SEPARATOR_STR ".." DIR_SEPARATOR_STR "share" DIR_SEPARATOR_STR "gnunet" DIR_SEPARATOR_STR "config.d"; { char tmp[strlen (basename) + strlen (dirname) + 1]; sprintf (tmp, "%s%s", basename, dirname); |