mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +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
04e6ab22d9
commit
fb48d7ab4d
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