gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r32971 - gnunet/contrib


From: gnunet
Subject: [GNUnet-SVN] r32971 - gnunet/contrib
Date: Tue, 8 Apr 2014 12:47:29 +0200

Author: grothoff
Date: 2014-04-08 12:47:29 +0200 (Tue, 08 Apr 2014)
New Revision: 32971

Modified:
   gnunet/contrib/test_gnunet_prefix.c
Log:
-fix test as prefix likely now has lib/ suffix

Modified: gnunet/contrib/test_gnunet_prefix.c
===================================================================
--- gnunet/contrib/test_gnunet_prefix.c 2014-04-08 10:33:32 UTC (rev 32970)
+++ gnunet/contrib/test_gnunet_prefix.c 2014-04-08 10:47:29 UTC (rev 32971)
@@ -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 @@
             _("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);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]