test: exit with status code 1 in spawn_helper4

Fixes broken test spawn_and_kill.
This commit is contained in:
Ben Noordhuis 2011-08-01 22:41:11 +02:00
parent 31ecdcf3a4
commit e56c1d7a60

View File

@ -71,7 +71,7 @@ static int maybe_run_test(int argc, char **argv) {
if (strcmp(argv[1], "spawn_helper4") == 0) {
uv_sleep(10000);
return 100;
return 1;
}
return run_test(argv[1], TEST_TIMEOUT, 0);