mirror of
https://https.git.savannah.gnu.org/git/coreutils.git
synced 2026-01-26 15:29:07 +00:00
tests: fix false failure in recent memory limit test
* tests/basenc/bounded-memory.sh: Ensure we skip the test upon failure to determine the memory lower bound. Reported by Bruno Haible.
This commit is contained in:
parent
b880b02c44
commit
b4e02e0ef4
@ -19,7 +19,8 @@
|
||||
. "${srcdir=.}/tests/init.sh"; path_prepend_ ./src
|
||||
print_ver_ basenc
|
||||
|
||||
vm=$(get_min_ulimit_v_ basenc --base64 /dev/null)
|
||||
vm=$(get_min_ulimit_v_ basenc --base64 /dev/null) ||
|
||||
skip_ 'failed to determine memory limit'
|
||||
|
||||
# Check all except for --base58.
|
||||
for algorithm in '--base64' '--base64url' '--base32' '--base32hex' '--base16' \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user