summaryrefslogtreecommitdiff
path: root/contrib/test_gnunet_prefix.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-03 13:19:52 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-03 13:19:52 +0000
commit29c724d2a7764f83fe846b418d09540348b86983 (patch)
treedafaff8e37ba51355b22b6f38d856ae49e145006 /contrib/test_gnunet_prefix.c
parentb303961f38c9b578f30248ee364ed4e5ffdcd06c (diff)
implementing #1747
Diffstat (limited to 'contrib/test_gnunet_prefix.c')
-rw-r--r--contrib/test_gnunet_prefix.c2
1 files changed, 1 insertions, 1 deletions
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);