Cleanup: use `modprobe --remove` rather than `rmmod`
[lttng-tools.git] / tests / regression / tools / notification / test_notification_kernel
index 1eb0d106749f6b682742e03cc5fb60458f1c46c1..4caa976b2ee6c6cf2e37e05dc763aadff107e6c3 100755 (executable)
@@ -90,7 +90,7 @@ function kernel_test
        wait $APP_PID 2> /dev/null
 
 
-       rmmod lttng-test
+       modprobe --remove lttng-test
 
        rm -rf ${consumerd_pipe[@]} 2> /dev/null
 }
This page took 0.022805 seconds and 4 git commands to generate.