diff options
Diffstat (limited to 'src/tests/ipa_timerules-tests.c')
-rw-r--r-- | src/tests/ipa_timerules-tests.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/ipa_timerules-tests.c b/src/tests/ipa_timerules-tests.c index 0a7be90be..29fc7e4ac 100644 --- a/src/tests/ipa_timerules-tests.c +++ b/src/tests/ipa_timerules-tests.c @@ -569,6 +569,8 @@ int main(int argc, const char *argv[]) } debug_level = debug; + tests_set_cwd(); + timelib_suite = create_timelib_suite(); sr = srunner_create(timelib_suite); /* If CK_VERBOSITY is set, use that, otherwise it defaults to CK_NORMAL */ |