From 11ccbdab27fc7b4f3c78e8a806745330534670f7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 10 Aug 2009 09:28:45 +0200 Subject: 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cp/link-heap b/tests/cp/link-heap index 243321786..d9379b52e 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 -- cgit v1.2.3-70-g09d2