From a7db651e6d293f81f3ea3ddce2fe91ce789a4687 Mon Sep 17 00:00:00 2001 From: Marcus Comstedt <marcus@mc.pp.se> Date: Sat, 29 Mar 2003 15:08:22 +0100 Subject: [PATCH] Don't complain about "leaking" the _pipe_debug efun due to loading Pipe. Rev: bin/test_pike.pike:1.81 --- bin/test_pike.pike | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/test_pike.pike b/bin/test_pike.pike index 0cd08b4f1e..342af51d56 100755 --- a/bin/test_pike.pike +++ b/bin/test_pike.pike @@ -1,6 +1,6 @@ #!/usr/local/bin/pike -/* $Id: test_pike.pike,v 1.80 2003/01/20 17:48:45 nilsson Exp $ */ +/* $Id: test_pike.pike,v 1.81 2003/03/29 14:08:22 marcus Exp $ */ import Stdio; @@ -383,6 +383,7 @@ int main(int argc, array(string) argv) #if 1 // Store the name of all constants so that we can see // if any constant has been leaked from the testsuite. + Pipe; /* Pipe module defines an efun, so load it before listing constants */ array const_names = indices(all_constants()); #endif -- GitLab