rescan-partitions would fail if the nfit_test module was not found. Fix
by moving the modprobe attempt to earlier in the test.
Cc: Dan Williams <dan.j.williams(a)intel.com>
Signed-off-by: Vishal Verma <vishal.l.verma(a)intel.com>
---
test/rescan-partitions.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/rescan-partitions.sh b/test/rescan-partitions.sh
index 47f0b62..7ae0957 100755
--- a/test/rescan-partitions.sh
+++ b/test/rescan-partitions.sh
@@ -54,7 +54,6 @@ check_prereq "blockdev"
reset()
{
- modprobe nfit_test
$ndctl disable-region -b "$bus" all
$ndctl zero-labels -b "$bus" all
$ndctl enable-region -b "$bus" all
@@ -97,6 +96,7 @@ test_mode()
$ndctl destroy-namespace $dev
}
+modprobe nfit_test
rc=1
reset
test_mode "raw"
--
2.14.3