diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-16 20:29:56 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-16 20:29:56 +0100 |
commit | 774874a0964f3c14e4379d7e92554b2426c7c4a3 (patch) | |
tree | 78b7b60d76253f9fd416ecc008263c8d98860e94 /src/lib/test_bank_api.c | |
parent | e902aa49aa42b45b4eba8613d4646558aa29fee9 (diff) |
rename config file to make it clear it is associated with a test
Diffstat (limited to 'src/lib/test_bank_api.c')
-rw-r--r-- | src/lib/test_bank_api.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/test_bank_api.c b/src/lib/test_bank_api.c index f950f28ab..5ebf76370 100644 --- a/src/lib/test_bank_api.c +++ b/src/lib/test_bank_api.c @@ -33,8 +33,7 @@ #include <microhttpd.h> #include "taler_testing_lib.h" -// FIXME: rename config file to make it clear it is associated with a test! -#define CONFIG_FILE "bank.conf" +#define CONFIG_FILE "test_bank_api.conf" /** * Bank configuration data. |