From 9aec03dfb7781982722aa1170cfab6d65df80275 Mon Sep 17 00:00:00 2001 From: Martin Stjernholm <mast@lysator.liu.se> Date: Fri, 2 Nov 2001 12:45:59 +0100 Subject: [PATCH] Fix to the _disable_threads test to avoid hanging on some OS's. Rev: src/testsuite.in:1.467 --- src/testsuite.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/testsuite.in b/src/testsuite.in index 52035687ac..2565ed2f53 100644 --- a/src/testsuite.in +++ b/src/testsuite.in @@ -1,4 +1,4 @@ -test_true([["$Id: testsuite.in,v 1.466 2001/11/01 19:03:51 mast Exp $"]]); +test_true([["$Id: testsuite.in,v 1.467 2001/11/02 11:45:59 mast Exp $"]]); cond([[all_constants()->_verify_internals]], [[ @@ -2633,6 +2633,7 @@ void test() "-e", sprintf ("sleep (0.5); " "Stdio.File f = Stdio.File (%O, \"w\"); " + "sleep (0.5); " "f->close();", fifo)})); log (test, "opening pipe\n"); -- GitLab