X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=contrib%2Ftest_gnunet_prefix.c;h=732e8ebac4a5c50b6266cecf32c36dc0cc074e08;hb=bfbbb1e8700093783da55c84221fc688eee4c9a0;hp=ea81371070709d36165ec2048b2de1c751c20354;hpb=9c3523a5786f8e961edf791eb9c2c6cc2149a60c;p=oweals%2Fgnunet.git diff --git a/contrib/test_gnunet_prefix.c b/contrib/test_gnunet_prefix.c index ea8137107..732e8ebac 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 "defaults.conf"; + 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);