-disable NSE POW during cadet tests
[oweals/gnunet.git] / contrib / test_gnunet_prefix.c
index 9d02720501084849d7b8ad44fc0935c5ca4e18e6..ddb432138e54415aab0bc272e30d310d742ffe8f 100644 (file)
@@ -1,6 +1,6 @@
 /*
       This file is part of GNUnet
-     (C) 2011 Christian Grothoff (and other contributing authors)
+     (C) 2011, 2014 Christian Grothoff (and other contributing authors)
 
       GNUnet is free software; you can redistribute it and/or modify
       it under the terms of the GNU General Public License as published
@@ -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 "config.d";
+  dirname = DIR_SEPARATOR_STR ".." 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);