test: fix unload_all

This commit is contained in:
Josh Poimboeuf 2014-05-05 17:07:49 -05:00
parent df2e2daa92
commit 1fced0bc3d
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ unload_all() {
for i in `lsmod |egrep '^kpatch' |awk '{print $1}'`; do
if [[ $i != kpatch ]]; then
$KPATCH unload $i >> $LOG 2>&1 || error "\"kpatch unload $i\" failed"
return
fi
done
if lsmod |egrep -q '^kpatch'; then