tests: fix typo

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Armin Krezović <krezovic.armin@gmail.com>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
Eric Engestrom 2016-05-02 09:49:37 +01:00 committed by Bryce Harrington
parent 3c1aafd2a9
commit ee4e21c8a3

View file

@ -205,7 +205,7 @@ run_test(const struct test *t)
t->run();
/* turn off timeout (if any) after test completition */
/* turn off timeout (if any) after test completion */
if (timeouts_enabled)
alarm(0);