$NetBSD: patch-ab,v 1.1 2008/09/13 15:25:25 he Exp $

--- t/memory_leak.t.orig	2007-04-03 12:59:40.000000000 +0200
+++ t/memory_leak.t
@@ -13,6 +13,12 @@ eval {
 if ($@) {
     plan skip_all  => "Proc::ProcessTable is needed for this test";
 }
+eval {
+    my $s = get_process_size($$);
+};
+if ($@) {
+    plan skip_all  => "Proc::ProcessTable does not return process size";
+}
 else {
     plan tests => $tests;
 }
