mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 10:51:48 +02:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user