Browse Source

test/unit: removed search on modules_k folder

Daniel-Constantin Mierla 11 years ago
parent
commit
8cf3dd993e
1 changed files with 0 additions and 5 deletions
  1. 0 5
      test/unit/include/require

+ 0 - 5
test/unit/include/require

@@ -32,11 +32,6 @@ function check_module() {
 		return 1
 	fi
 
-	if ! (test -e $SR_DIR/modules_k/$1/$1.so) ; then
-		echo "$SR_DIR/modules_k/$1/$1.so not found, try $SR_DIR/modules"
-	else
-		return 0
-	fi;
 	if ! (test -e $SR_DIR/modules/$1/$1.so) ; then
 		echo "$SR_DIR/modules/$1/$1.so not found, not run"
 		return 1