Branch: Tag:

2003-05-27

2003-05-27 16:12:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed typo.

Rev: src/testsuite.in:1.646

1: - test_true([["$Id: testsuite.in,v 1.645 2003/05/27 15:31:41 grubba Exp $"]]); + test_true([["$Id: testsuite.in,v 1.646 2003/05/27 16:12:42 grubba Exp $"]]);      // This triggered a bug only if run sufficiently early.   test_compile_any([[#pike 7.2]])
9613:    Process.TraceProcess proc =    Process.TraceProcess(RUNPIKE_ARRAY + ({ "-e", "sleep(99999)" }));    -  inst state; +  int state;    int code;    while ((code = proc->wait()) == -2) {    int sig = proc->last_signal();