1
0
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:
Zdenek Kabelac 2017-07-07 12:12:24 +02:00
parent 2e47ab9b8c
commit f161c6ee9f
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ export LVM_TEST_LVMETAD_DEBUG_OPTS=${LVM_TEST_LVMETAD_DEBUG_OPTS-}
. lib/inittest
COMM() {
LAST_TEST="$@"
LAST_TEST="$*"
}
create_vg_() {

View File

@ -17,7 +17,7 @@ SKIP_WITH_LVMPOLLD=1
. lib/inittest
COMM() {
LAST_TEST="$@"
LAST_TEST="$*"
}
create_vg_() {