From 28803c8a3144d5d4363cdbd148bbe067af1a67c2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?= Date: Fri, 3 Mar 2017 00:25:54 -0800 Subject: [PATCH] tests: avoid a spurious failure on older debian * tests/misc/cut-huge-range.sh: Bump up the ulimit, to avoid a false failure due hitting the previously detected ulimit. Reported by Assaf Gordon. --- tests/misc/cut-huge-range.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/misc/cut-huge-range.sh b/tests/misc/cut-huge-range.sh index c015ac58cb..6b3c5b6edf 100755 --- a/tests/misc/cut-huge-range.sh +++ b/tests/misc/cut-huge-range.sh @@ -22,6 +22,7 @@ getlimits_ vm=$(get_min_ulimit_v_ cut -b1 /dev/null) \ || skip_ "this shell lacks ulimit support" +vm=$(($vm + 1000)) # avoid spurious failures # sed script to subtract one from the input. # Each input line should consist of a positive decimal number. -- 2.47.2