aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-07-16 21:07:22 +0200
committerNick Mathewson <nickm@torproject.org>2014-07-16 21:07:22 +0200
commitfacecce176c8fe15653676557c6151c4ea1ca994 (patch)
treec3759eee868edee4a19c11f6c54b785d14740f83 /src
parentb408125288ad6943d7ed3b468ad9179a93d1359c (diff)
downloadtor-facecce176c8fe15653676557c6151c4ea1ca994.tar.gz
tor-facecce176c8fe15653676557c6151c4ea1ca994.zip
Fix tests when building out-of-tree
(This was too hard. Silly autoconf.)
Diffstat (limited to 'src')
-rw-r--r--src/test/test_entrynodes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_entrynodes.c b/src/test/test_entrynodes.c
index 1be0ce126b..285a5ae0cf 100644
--- a/src/test/test_entrynodes.c
+++ b/src/test/test_entrynodes.c
@@ -115,7 +115,7 @@ static void *
fake_network_setup(const struct testcase_t *testcase)
{
/* This is the file containing our test descriptors. */
- const char *fname = BUILDDIR "/src/test/test_descriptors.txt";
+ const char *fname = TOP_SRCDIR "/src/test/test_descriptors.txt";
(void) testcase;