mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
tests: assign as string
Assigning an array to a string! Assign as array, or use * instead of @ to concatenate.
This commit is contained in:
parent
2e47ab9b8c
commit
f161c6ee9f
@ -21,7 +21,7 @@ export LVM_TEST_LVMETAD_DEBUG_OPTS=${LVM_TEST_LVMETAD_DEBUG_OPTS-}
|
||||
. lib/inittest
|
||||
|
||||
COMM() {
|
||||
LAST_TEST="$@"
|
||||
LAST_TEST="$*"
|
||||
}
|
||||
|
||||
create_vg_() {
|
||||
|
@ -17,7 +17,7 @@ SKIP_WITH_LVMPOLLD=1
|
||||
. lib/inittest
|
||||
|
||||
COMM() {
|
||||
LAST_TEST="$@"
|
||||
LAST_TEST="$*"
|
||||
}
|
||||
|
||||
create_vg_() {
|
||||
|
Loading…
Reference in New Issue
Block a user