From 07faa4990fcc1e80c9ef63c09eb91bb73dab19cb Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Wed, 28 Sep 2022 11:30:13 +0200 Subject: [PATCH] test: fix a copy-paste error --- test/units/testsuite-64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/units/testsuite-64.sh b/test/units/testsuite-64.sh index 83377a4728b..0d4c4ff776b 100755 --- a/test/units/testsuite-64.sh +++ b/test/units/testsuite-64.sh @@ -466,7 +466,7 @@ testcase_lvm_basic() { # Create & remove LVs in a loop, i.e. with more "stress" if [[ -n "${ASAN_OPTIONS:-}" ]]; then iterations=8 - iterations=16 + partitions=16 elif [[ "$(systemd-detect-virt -v)" == "qemu" ]]; then iterations=8 partitions=8 -- 2.47.3