tests: cancel the timeout timer when cleaning up eio tests

this timer could persist and cause cascading failures for subsequent
tests when running in non-forked mode

@fix

Differential Revision: https://phab.enlightenment.org/D6446
This commit is contained in:
Mike Blumenkrantz 2018-06-26 18:17:24 -04:00 committed by Marcel Hollerbach
parent 5b6ebfc03b
commit a8a55870f9
2 changed files with 2 additions and 0 deletions

View File

@ -130,6 +130,7 @@ static void _common_shutdown(Eina_Tmpstr *dirname)
_delete_directory((void*)dirname);
ecore_file_shutdown();
eina_tmpstr_del(dirname);
_cancel_timeout();
}
/////// tests monitoring a directory

View File

@ -129,6 +129,7 @@ static void _common_shutdown(Eina_Tmpstr *dirname)
_delete_directory((void*)dirname);
ecore_file_shutdown();
eina_tmpstr_del(dirname);
_cancel_timeout();
}
/////// tests monitoring a directory