From 68149832bd62d0e9c0dc6d4577d9343d0dc9ddbd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 9 Jul 2009 15:50:21 +0200 Subject: tests: avoid false-positive cp/link-heap failure * tests/cp/link-heap: Increase address space limit from 14000KB to 16000KB, to avoid failure with Debian unstable's libc6-dev-2.9-19 --- tests/cp/link-heap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cp/link-heap') diff --git a/tests/cp/link-heap b/tests/cp/link-heap index 4e93a2e4e..243321786 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 14000; cp -al e f) || fail=1 +(ulimit -v 16000; cp -al e f) || fail=1 Exit $fail -- cgit v1.2.3-54-g00ecf