diff options
author | Alex Richardson <arichardson@FreeBSD.org> | 2021-03-01 19:50:38 +0000 |
---|---|---|
committer | Alex Richardson <arichardson@FreeBSD.org> | 2021-03-01 19:56:05 +0000 |
commit | c88c1f23a8989b881a5ca51223289ddb4ce74277 (patch) | |
tree | c0c73be75fb21f3f55027aa31f3f56a6c5f4648a /contrib | |
parent | 17cc20092cd7a45adb6d772e0f449617007a82d9 (diff) | |
download | src-c88c1f23a8989b881a5ca51223289ddb4ce74277.tar.gz src-c88c1f23a8989b881a5ca51223289ddb4ce74277.zip |
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/netbsd-tests/lib/libc/ssp/t_ssp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/netbsd-tests/lib/libc/ssp/t_ssp.sh b/contrib/netbsd-tests/lib/libc/ssp/t_ssp.sh index 7b963d18e3f7..b9d07b1804b1 100755 --- a/contrib/netbsd-tests/lib/libc/ssp/t_ssp.sh +++ b/contrib/netbsd-tests/lib/libc/ssp/t_ssp.sh @@ -390,7 +390,7 @@ read_body() if true; then MAX_PATH=$(getconf _XOPEN_PATH_MAX) || atf_fail "getconf failed" h_pass "$prog $MAX_PATH" "echo foo |" - h_fail "$prog $(( $MAX_PATH + 3 ))" "echo bar |" + h_fail "$prog $(( $MAX_PATH + 15 ))" "echo bar |" else # End FreeBSD h_pass "$prog 1024" "echo foo |" |