1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

tests: add space to split words

Fixing shellcheck warning:
This word is outside of quotes. Did you intend to 'nest '"'single quotes'"' instead'?
This commit is contained in:
Zdenek Kabelac 2017-07-06 20:40:46 +02:00
parent 270e526734
commit e11de5847d

View File

@ -81,10 +81,9 @@ aux profileconf valid_cmd_profile 'global/units = "h"' \
aux profileconf valid_mda_profile 'allocation/thin_pool_zero = 0' \
'allocation/thin_pool_discards = "passdown"' \
'allocation/thin_pool_chunk_size = 64'\
'allocation/thin_pool_chunk_size = 64' \
'activation/thin_pool_autoextend_threshold = 100' \
'activation/thin_pool_autoextend_percent = 20' \
'activation/thin_pool_autoextend_percent = 20'
aux profileconf extra_mda_profile 'allocation/thin_pool_chunk_size = 128'