From e09d8357662e48076116b728f7d54b1cf04f4665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=AE=D1=80=D1=8C?= =?UTF-8?q?=D0=B5=D0=B2=20=28Leonid=20Yuriev=29?= Date: Mon, 13 Oct 2025 22:14:52 +0300 Subject: [PATCH] mdbx-tests: fix minor typo in the `battery-tmux` script (backport). --- test/battery-tmux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/battery-tmux.sh b/test/battery-tmux.sh index 367f007b..695ea326 100755 --- a/test/battery-tmux.sh +++ b/test/battery-tmux.sh @@ -8,7 +8,7 @@ DIR="$(dirname ${BASH_SOURCE[0]})" TEST="${DIR}/stochastic.sh --skip-make --db-upto-gb 32" PREFIX="/dev/shm/mdbxtest-" -NUMACTL="$(which numactl 2>-)" +NUMACTL="$(which numactl 2>&-)" NUMALIST=() NUMAIDX=0 if [ -n "${NUMACTL}" -a $(${NUMACTL} --hardware | grep 'node [0-9]\+ cpus' | wc -l) -gt 1 ]; then