bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] tests: raise ulimit virt-mem limit to avoid new failure


From: Jim Meyering
Subject: [PATCH] tests: raise ulimit virt-mem limit to avoid new failure
Date: Thu, 13 Aug 2009 17:27:12 +0200

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 <address@hidden>
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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]