mdbx-tests: fix minor typo in the battery-tmux script.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2025-10-13 22:14:52 +03:00
parent a52fba9dbc
commit 5f2f5f34e0

View File

@@ -8,7 +8,7 @@ DIR="$(dirname ${BASH_SOURCE[0]})"
TEST="${DIR}/stochastic.sh --skip-make --db-upto-gb 32" TEST="${DIR}/stochastic.sh --skip-make --db-upto-gb 32"
PREFIX="/dev/shm/mdbxtest-" PREFIX="/dev/shm/mdbxtest-"
NUMACTL="$(which numactl 2>-)" NUMACTL="$(which numactl 2>&-)"
NUMALIST=() NUMALIST=()
NUMAIDX=0 NUMAIDX=0
if [ -n "${NUMACTL}" -a $(${NUMACTL} --hardware | grep 'node [0-9]\+ cpus' | wc -l) -gt 1 ]; then if [ -n "${NUMACTL}" -a $(${NUMACTL} --hardware | grep 'node [0-9]\+ cpus' | wc -l) -gt 1 ]; then