]> granicus.if.org Git - zfs/commit
Fix zconfig.sh test 9
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 7 Feb 2014 18:54:11 +0000 (10:54 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 10 Feb 2014 23:48:32 +0000 (15:48 -0800)
commit0820ec65c4027b878894776a0fbbeac271e87803
treecd4e20fe1f92d687a09e061d3c93eb28f8c87729
parent881f45c6a8f44486f76c4713ecef0d533d6601e8
Fix zconfig.sh test 9

Commit ba6a240 adjusted the behavior of 'zfs create -V'.  The
caller is no longer guaranteed that udev will have finished
creating the /dev/ entries by the time to command exits.  It
is therefore required that we explicitly block waiting for
udev to settle for this test to run reliably.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
scripts/zconfig.sh