summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2023-02-09 13:42:11 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2023-02-10 17:50:27 +0100
commitb29b8e0bb293762dafd98bfbca0e225b23f0343b (patch)
tree8341881a33db7f5e5e0e07829cfc28d027b57822 /test
parenta0437225aa799ed4685e60534fcbdc867fd26947 (diff)
downloadlvm2-b29b8e0bb293762dafd98bfbca0e225b23f0343b.tar.gz
tests: fix cutandpaste bug in wrapper
Use correct variable name for assign.
Diffstat (limited to 'test')
-rwxr-xr-xtest/lib/lvm_vdo_wrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/lvm_vdo_wrapper.sh b/test/lib/lvm_vdo_wrapper.sh
index 25a6ce0fe..d90ba8d42 100755
--- a/test/lib/lvm_vdo_wrapper.sh
+++ b/test/lib/lvm_vdo_wrapper.sh
@@ -113,7 +113,7 @@ do
"--vdoLogicalSize") shift; vdo_logicalSize=$1 ;;
"--vdoLogicalThreads") shift; vdo_logicalThreads=$1 ;;
"--vdoLogLevel") shift ;; # ignored
- "--vdoPhysicalThreads") shift; vdo_physicalSize=$1 ;;
+ "--vdoPhysicalThreads") shift; vdo_physicalThreads=$1 ;;
"--vdoSlabSize") shift; vdo_slabSize=$1 ;;
"--verbose"|"-d"|"--debug") vdo_verbose="-v" ;;
"--writePolicy") shift; vdo_writePolicy=$1 ;;