From ab4099e4af1bbe3c41617a6dd288d059a5942549 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Fri, 25 Aug 2006 01:41:26 +0000 Subject: [PATCH] *** empty log message *** --- test-suite/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 50ec82ec0..7d6753d87 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,10 @@ +2006-08-25 Kevin Ryde + + * tests/popen.test (open-input-pipe, open-output-pipe): In the "no + duplicate" tests, close parent side of signalling pipe, to hopefully + generate an error instead of a hang if something bad in the child + means it doesn't write anything. + 2006-07-24 Kevin Ryde * tests/socket.test: New file, exercising htonl and ntohl.