summaryrefslogtreecommitdiff
path: root/tests/runtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtc.c')
-rw-r--r--tests/runtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtc.c b/tests/runtc.c
index 78dbf5e..bb25950 100644
--- a/tests/runtc.c
+++ b/tests/runtc.c
@@ -468,7 +468,7 @@ int main(int argc, char **argv)
return 1;
srd_log_callback_set(srd_log, NULL);
- if (srd_init(NULL) != SRD_OK)
+ if (srd_init(DECODERS_DIR) != SRD_OK)
return 1;
run_testcase(opt_infile, pdlist, op);