aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_exchange_api_age_restriction.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-09 13:38:47 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-09 13:38:52 +0200
commit7fa0e74f08659197a1f25af6ba00bff862c2a2c2 (patch)
treecea7c442decf8124af335a94d8a29d5d74211636 /src/testing/test_exchange_api_age_restriction.c
parent011960432a01b1896d16903aefe7ccedb14b4d02 (diff)
downloadexchange-7fa0e74f08659197a1f25af6ba00bff862c2a2c2.tar.xz
adapt to latest change in GNUnet
Diffstat (limited to 'src/testing/test_exchange_api_age_restriction.c')
-rw-r--r--src/testing/test_exchange_api_age_restriction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/test_exchange_api_age_restriction.c b/src/testing/test_exchange_api_age_restriction.c
index 940845e1c..90d35ebc3 100644
--- a/src/testing/test_exchange_api_age_restriction.c
+++ b/src/testing/test_exchange_api_age_restriction.c
@@ -347,7 +347,7 @@ main (int argc,
{
char *cipher;
- cipher = GNUNET_TESTING_get_testname_from_underscore (argv[0]);
+ cipher = GNUNET_STRINGS_get_suffix_from_binary_name (argv[0]);
GNUNET_assert (NULL != cipher);
uses_cs = (0 == strcmp (cipher,
"cs"));