From 1fced0bc3d5e27660a35b92532ca52ffa30b1459 Mon Sep 17 00:00:00 2001 From: Josh Poimboeuf Date: Mon, 5 May 2014 17:07:49 -0500 Subject: [PATCH] test: fix unload_all --- test/integration/kpatch-test | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/kpatch-test b/test/integration/kpatch-test index c58114d..8e73472 100755 --- a/test/integration/kpatch-test +++ b/test/integration/kpatch-test @@ -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