Branch: Tag:

2003-05-24

2003-05-24 12:02:25 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added kludge for FreeBSD.

Rev: src/testsuite.in:1.644

1: - test_true([["$Id: testsuite.in,v 1.643 2003/05/24 11:53:20 grubba Exp $"]]); + test_true([["$Id: testsuite.in,v 1.644 2003/05/24 12:02:25 grubba Exp $"]]);      // This triggered a bug only if run sufficiently early.   test_compile_any([[#pike 7.2]])
9625:    }    proc->cont();    +  sleep(5); // Give it some time to settle down after initialization. +     // Check that we can block deadly signals.    proc->kill(signum("TERM"));    code = proc->wait();