FYI, this test just barely failed on rawhide, so I've bumped the max virt mem limit up to 20,000 KB:
>From 11ccbdab27fc7b4f3c78e8a806745330534670f7 Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Mon, 10 Aug 2009 09:28:45 +0200 Subject: [PATCH] tests: raise ulimit virt-mem limit to avoid new failure * tests/cp/link-heap: Raise limit from 16MB to ~20MB, to avoid spurious failure on rawhide. --- tests/cp/link-heap | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/cp/link-heap b/tests/cp/link-heap index 2433217..d9379b5 100755 --- a/tests/cp/link-heap +++ b/tests/cp/link-heap @@ -36,6 +36,6 @@ mkdir e || framework_failure mv $a $b e || framework_failure fail=0 -(ulimit -v 16000; cp -al e f) || fail=1 +(ulimit -v 20000; cp -al e f) || fail=1 Exit $fail -- 1.6.4.357.gfd68c
