mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
tests: aux.sh add -r to read
This commit is contained in:
parent
ec02307e95
commit
96fcf82ddd
@ -877,7 +877,7 @@ common_dev_() {
|
||||
local pvdev
|
||||
local offset
|
||||
|
||||
read pos size type pvdev offset < "$name.table"
|
||||
read -r pos size type pvdev offset < "$name.table"
|
||||
|
||||
for fromlen in "${offsets[@]}"; do
|
||||
from=${fromlen%%:*}
|
||||
|
Loading…
Reference in New Issue
Block a user