summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/testing/testing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index f4b8752c2..9d54b4c53 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -1254,7 +1254,7 @@ GNUNET_TESTING_peer_configure (struct GNUNET_TESTING_System *system,
1254 } 1254 }
1255 else 1255 else
1256 { 1256 {
1257 peer->main_binary = GNUNET_CONFIGURATION_expand_dollar (peer->main_binary); 1257 peer->main_binary = GNUNET_CONFIGURATION_expand_dollar (peer->cfg, peer->main_binary);
1258 peer->args = strdup (libexec_binary); 1258 peer->args = strdup (libexec_binary);
1259 } 1259 }
1260 peer->system = system; 1260 peer->system = system;