From b4f7eb40931a09d9f52043509e75ede08e08004f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 8 Apr 2014 10:47:29 +0000 Subject: -fix test as prefix likely now has lib/ suffix --- contrib/test_gnunet_prefix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/test_gnunet_prefix.c') diff --git a/contrib/test_gnunet_prefix.c b/contrib/test_gnunet_prefix.c index 9d0272050..ddb432138 100644 --- a/contrib/test_gnunet_prefix.c +++ b/contrib/test_gnunet_prefix.c @@ -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); -- cgit v1.2.3