From baccd62983016ddc5d802ff25240f93bf784ab00 Mon Sep 17 00:00:00 2001 From: adilger Date: Sat, 27 Jul 2002 07:59:05 +0000 Subject: [PATCH] Use modprobe to load modules in non-testing mode. --- lustre/tests/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 1.8.3.1