From a3fd52667c4a15ba54cd1942b7ffc52cef2a3a60 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 18 Nov 2017 15:06:53 +0100 Subject: t/limits.t: make test more lax (works with up to 8k envp now) --- t/limits.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/t/limits.t b/t/limits.t index 8692a2e..efe5199 100755 --- a/t/limits.t +++ b/t/limits.t @@ -15,10 +15,10 @@ dd if=/dev/zero bs=1 count=17711 2>/dev/null | EOF tap3 'argslen check' <<'EOF' -perl -e 'print "x"x8000, "\n" for 1..42' | +perl -e 'print "x"x12000, "\n" for 1..23' | xe -N0 -s 'echo $#' >>> -16 -16 10 +10 +3 EOF -- cgit 1.4.1