1
0
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:
Zdenek Kabelac 2017-06-29 20:50:06 +02:00
parent ec02307e95
commit 96fcf82ddd

View File

@ -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%%:*}