diff options
| author | Marcello Stanisci <stanisci.m@gmail.com> | 2020-01-17 12:43:11 +0100 | 
|---|---|---|
| committer | Marcello Stanisci <stanisci.m@gmail.com> | 2020-01-17 12:43:28 +0100 | 
| commit | 153dcdbc61a7abcee03947ff5bef89b21b2e8440 (patch) | |
| tree | 12bf7a96976dec36d51cdd6de2469ecaed460afc /src/lib | |
| parent | 55e943829b6184dca49307031857916de0448d7a (diff) | |
fix twisted test.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/test_bank_api_twisted.c | 10 | 
1 files changed, 6 insertions, 4 deletions
| diff --git a/src/lib/test_bank_api_twisted.c b/src/lib/test_bank_api_twisted.c index f30b8b1d..264a1b72 100644 --- a/src/lib/test_bank_api_twisted.c +++ b/src/lib/test_bank_api_twisted.c @@ -83,6 +83,12 @@ static void  run (void *cls,       struct TALER_TESTING_Interpreter *is)  { + +  GNUNET_asprintf (&twisted_account_url, +                   "%s%s/", +                   twister_url, +                   "alice"); +    struct TALER_TESTING_Command commands[] = {      /**       * Can't use the "wait service" CMD here because the @@ -98,10 +104,6 @@ run (void *cls,      TALER_TESTING_cmd_end ()    }; -  GNUNET_asprintf (&twisted_account_url, -                   "%s/%s", -                   twister_url, -                   "alice");    if (GNUNET_YES == with_fakebank)      TALER_TESTING_run_with_fakebank (is,                                       commands, | 
