aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sqm-scripts/10-function.sh.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/sqm-scripts/10-function.sh.patch')
-rw-r--r--testing/sqm-scripts/10-function.sh.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/sqm-scripts/10-function.sh.patch b/testing/sqm-scripts/10-function.sh.patch
deleted file mode 100644
index 42e6f7e1ce..0000000000
--- a/testing/sqm-scripts/10-function.sh.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/functions.sh
-+++ b/src/functions.sh
-@@ -70,7 +70,7 @@
-
- do_modules() {
- for m in $ALL_MODULES; do
-- [ -d /sys/modules/${m} ] && ${INSMOD} $m 2>>${OUTPUT_TARGET}
-+ [ -d /sys/module/${m} ] || ${INSMOD} $m 2>>${OUTPUT_TARGET}
- done
- }
-