ash: do not let EXIT trap to fire in `trap`
[oweals/busybox.git] / scripts / randomtest
index eebf1c524c227059882b4f1143962cd044a5e673..bd5ef4bfee86e94b2190b9571b21e6cb77d8e1e1 100755 (executable)
@@ -35,6 +35,10 @@ cat .config \
 | grep -v ^CONFIG_SELINUX= \
 | grep -v ^CONFIG_EFENCE= \
 | grep -v ^CONFIG_DMALLOC= \
+| grep -v ^CONFIG_ACPID= \
+| grep -v ^CONFIG_FLASH_ERASEALL= \
+| grep -v ^CONFIG_FLASH_LOCK= \
+| grep -v ^CONFIG_FLASH_UNLOCK= \
 | cat >.config.new
 mv .config.new .config
 }