mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-05 08:16:45 +02: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:
@@ -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' \
|
||||
|
||||
Reference in New Issue
Block a user