From: Frantisek Sumsal Date: Wed, 28 Sep 2022 09:30:13 +0000 (+0200) Subject: test: fix a copy-paste error X-Git-Tag: v252-rc1~75 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=07faa4990fcc1e80c9ef63c09eb91bb73dab19cb;p=thirdparty%2Fsystemd.git test: fix a copy-paste error --- 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