aboutsummaryrefslogtreecommitdiff
path: root/tools/test/stress2/misc/syzkaller84.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test/stress2/misc/syzkaller84.sh')
-rwxr-xr-xtools/test/stress2/misc/syzkaller84.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test/stress2/misc/syzkaller84.sh b/tools/test/stress2/misc/syzkaller84.sh
index a7976be2eeb6..631dd6e2dd6f 100755
--- a/tools/test/stress2/misc/syzkaller84.sh
+++ b/tools/test/stress2/misc/syzkaller84.sh
@@ -398,5 +398,6 @@ kldstat | grep -q sctp || { kldload sctp.ko && loaded=1; }
timeout 3m /tmp/$prog > /dev/null 2>&1
rm -rf /tmp/$prog /tmp/$prog.c /tmp/$prog.core $work
+set +u
[ $loaded ] && kldunload sctp.ko
exit 0