The $vdev variable was not defined in propagate_parallel() function.

Signed-off-by: Jacopo Mondi <[email protected]>
---
 scripts/vin-tests.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/vin-tests.sh b/scripts/vin-tests.sh
index ebb1477..0c5b29a 100644
--- a/scripts/vin-tests.sh
+++ b/scripts/vin-tests.sh
@@ -83,6 +83,7 @@ mc_propagate_cvbs() {
 }
 
 mc_propagate_parallel() {
+    vin="$1"
     mdev=$(mc_get_mdev)
 
     cam="'$parallelname':1"
-- 
2.7.4

Reply via email to