1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-21 14:53:56 +02:00

tests: fix memory limit determination in new test

* tests/basenc/basenc-bounded-memory.sh: The passed command
needs to succeed for memory limit determination to work.
This commit is contained in:
Pádraig Brady
2025-10-11 11:21:38 +01:00
parent f88f0e5d44
commit 86234ebffa

View File

@@ -19,7 +19,7 @@
. "${srcdir=.}/tests/init.sh"; path_prepend_ ./src
print_ver_ basenc
vm=$(get_min_ulimit_v_ basenc /dev/null)
vm=$(get_min_ulimit_v_ basenc --base64 /dev/null)
# Check all except for --base58.
for algorithm in '--base64' '--base64url' '--base32' '--base32hex' '--base16' \