From: Matthias Wachs Date: Wed, 7 May 2014 07:32:26 +0000 (+0000) Subject: fix: test tests for the wrong directory X-Git-Tag: initial-import-from-subversion-38251~4113 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3a658d6f0923662f193a49af8aae52a83aafae1c;p=oweals%2Fgnunet.git fix: test tests for the wrong directory --- diff --git a/contrib/test_gnunet_prefix.c b/contrib/test_gnunet_prefix.c index ddb432138..6f9eed9b4 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 ".." DIR_SEPARATOR_STR "share" DIR_SEPARATOR_STR "gnunet" DIR_SEPARATOR_STR "config.d"; + dirname = 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);