diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2014-05-07 07:32:26 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2014-05-07 07:32:26 +0000 |
commit | 3a658d6f0923662f193a49af8aae52a83aafae1c (patch) | |
tree | fe55f047f0d97ee9fff7474c06f3e53419b74a6b /contrib/test_gnunet_prefix.c | |
parent | 6e198fdbfa22da72fadcae22b8797af76696b78a (diff) |
fix: test tests for the wrong directory
Diffstat (limited to 'contrib/test_gnunet_prefix.c')
-rw-r--r-- | contrib/test_gnunet_prefix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/test_gnunet_prefix.c b/contrib/test_gnunet_prefix.c index ddb432138..6f9eed9b4 100644 --- a/contrib/test_gnunet_prefix.c +++ b/contrib/test_gnunet_prefix.c @@ -43,7 +43,7 @@ main (int argc, _("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); |