diff options
author | juga0 <juga@riseup.net> | 2018-04-17 16:53:18 +0000 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2018-04-26 11:33:22 -0400 |
commit | d0ad74e0f67aa598e50c83df1f6b6832dabbb61a (patch) | |
tree | 6dde4a95e570dd2ac3e986061bb58443ce7e276b /src/test/test_geoip.c | |
parent | 96469b82f8d27f9c69d863799b624c93cd1ea6f0 (diff) | |
download | tor-d0ad74e0f67aa598e50c83df1f6b6832dabbb61a.tar.gz tor-d0ad74e0f67aa598e50c83df1f6b6832dabbb61a.zip |
Add clarification about type of file expected
Diffstat (limited to 'src/test/test_geoip.c')
-rw-r--r-- | src/test/test_geoip.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_geoip.c b/src/test/test_geoip.c index f5949f7555..302af85771 100644 --- a/src/test/test_geoip.c +++ b/src/test/test_geoip.c @@ -512,6 +512,7 @@ test_geoip_load_2nd_file(void *arg) tt_int_op(0, OP_EQ, geoip_load_file(AF_INET, FNAME)); /* Load 2nd geoip (empty) file */ + /* It has to be the same IP address family */ const char FNAME2[] = SRCDIR "/src/test/geoip_dummy"; tt_int_op(0, OP_EQ, geoip_load_file(AF_INET, FNAME2)); |