[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r34525 - gnunet/contrib
From: |
gnunet |
Subject: |
[GNUnet-SVN] r34525 - gnunet/contrib |
Date: |
Thu, 11 Dec 2014 09:35:41 +0100 |
Author: grothoff
Date: 2014-12-11 09:35:41 +0100 (Thu, 11 Dec 2014)
New Revision: 34525
Modified:
gnunet/contrib/test_gnunet_prefix.c
Log:
-expect PREFIX to point to lib-dir
Modified: gnunet/contrib/test_gnunet_prefix.c
===================================================================
--- gnunet/contrib/test_gnunet_prefix.c 2014-12-11 03:42:38 UTC (rev 34524)
+++ gnunet/contrib/test_gnunet_prefix.c 2014-12-11 08:35:41 UTC (rev 34525)
@@ -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);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r34525 - gnunet/contrib,
gnunet <=