X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=contrib%2Ftest_gnunet_prefix.c;h=6f9eed9b47ed166c61d7f3828f0802d2094f841f;hb=d5aa4968b0307c3e89db1f6deb6f029d2874f626;hp=ddb432138e54415aab0bc272e30d310d742ffe8f;hpb=b4f7eb40931a09d9f52043509e75ede08e08004f;p=oweals%2Fgnunet.git 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);