mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Don't run the initialize test if we cannot stop it with a signal.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33784 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2c42f05b7f
commit
be8cee55f2
1 changed files with 2 additions and 0 deletions
|
@ -118,6 +118,8 @@ int main(void)
|
|||
*/
|
||||
signal(SIGALRM, alarmed);
|
||||
alarm(5);
|
||||
#else
|
||||
SKIP("+initialize runs concurrently");
|
||||
#endif
|
||||
|
||||
l = [NSCondition new];
|
||||
|
|
Loading…
Reference in a new issue