diff --git a/src/bin/exactness.c b/src/bin/exactness.c index d14a532..5924bb5 100644 --- a/src/bin/exactness.c +++ b/src/bin/exactness.c @@ -183,9 +183,11 @@ _run_test_compare(const List_Entry *ent) else { sprintf(path, "%s/%s.rec", base_dir, ent->name); - if (!ecore_file_exists(path)) return; - sprintf(origdir, "%s/%s", _dest_dir, ORIG_SUBDIR); - goto found; + if (ecore_file_exists(path)) + { + sprintf(origdir, "%s/%s", _dest_dir, ORIG_SUBDIR); + goto found; + } } } found: