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:
@@ -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' \
|
||||
|
||||
Reference in New Issue
Block a user