From: adilger Date: Sat, 27 Jul 2002 07:59:05 +0000 (+0000) Subject: Use modprobe to load modules in non-testing mode. X-Git-Tag: v1_7_100~5200 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=baccd62983016ddc5d802ff25240f93bf784ab00;p=fs%2Flustre-release.git Use modprobe to load modules in non-testing mode. --- diff --git a/lustre/tests/common.sh b/lustre/tests/common.sh index 67b61ff..30f38a0 100644 --- a/lustre/tests/common.sh +++ b/lustre/tests/common.sh @@ -48,7 +48,7 @@ do_insmod() { [ -f $MODULE ] || echo "$0: module '$MODULE' not found" 1>&2 insmod $MODULE else - insmod $BASE + modprobe $BASE fi }