fix: test tests for the wrong directory
authorMatthias Wachs <wachs@net.in.tum.de>
Wed, 7 May 2014 07:32:26 +0000 (07:32 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Wed, 7 May 2014 07:32:26 +0000 (07:32 +0000)
contrib/test_gnunet_prefix.c

index ddb432138e54415aab0bc272e30d310d742ffe8f..6f9eed9b47ed166c61d7f3828f0802d2094f841f 100644 (file)
@@ -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);