gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r33176 - gnunet/contrib


From: gnunet
Subject: [GNUnet-SVN] r33176 - gnunet/contrib
Date: Wed, 7 May 2014 09:32:27 +0200

Author: wachs
Date: 2014-05-07 09:32:26 +0200 (Wed, 07 May 2014)
New Revision: 33176

Modified:
   gnunet/contrib/test_gnunet_prefix.c
Log:
fix: test tests for the wrong directory


Modified: gnunet/contrib/test_gnunet_prefix.c
===================================================================
--- gnunet/contrib/test_gnunet_prefix.c 2014-05-06 15:50:20 UTC (rev 33175)
+++ gnunet/contrib/test_gnunet_prefix.c 2014-05-07 07:32:26 UTC (rev 33176)
@@ -43,7 +43,7 @@
             _("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);




reply via email to

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