summaryrefslogtreecommitdiff
path: root/src/exchange-lib/testing_api_helpers.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-04-02 17:10:05 +0200
committerChristian Grothoff <christian@grothoff.org>2018-04-02 17:10:05 +0200
commite098dbf4dc102cd5d26f34f41e78b5c3333c88b4 (patch)
tree750ab3ac0765df1dffbf3b1e9e0f64021a1f1cbf /src/exchange-lib/testing_api_helpers.c
parent8ebb4cda07f92f217f3388eaccabf9589fdb0800 (diff)
downloadexchange-e098dbf4dc102cd5d26f34f41e78b5c3333c88b4.tar.gz
exchange-e098dbf4dc102cd5d26f34f41e78b5c3333c88b4.tar.bz2
exchange-e098dbf4dc102cd5d26f34f41e78b5c3333c88b4.zip
get filename instead of get_string, nicify some strings
Diffstat (limited to 'src/exchange-lib/testing_api_helpers.c')
-rw-r--r--src/exchange-lib/testing_api_helpers.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/exchange-lib/testing_api_helpers.c b/src/exchange-lib/testing_api_helpers.c
index 3aff0a3cc..8bf66efb4 100644
--- a/src/exchange-lib/testing_api_helpers.c
+++ b/src/exchange-lib/testing_api_helpers.c
@@ -127,10 +127,10 @@ TALER_TESTING_prepare_exchange (const char *config_filename,
}
if (GNUNET_OK !=
- GNUNET_CONFIGURATION_get_value_string (cfg,
- "paths",
- "TALER_TEST_HOME",
- &test_home_dir))
+ GNUNET_CONFIGURATION_get_value_filename (cfg,
+ "paths",
+ "TALER_TEST_HOME",
+ &test_home_dir))
{
GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
"paths",