Cleanup: use `modprobe --remove` rather than `rmmod`
[lttng-tools.git] / tests / regression / tools / notification / test_notification_kernel
index a1795169c11136b2c27dcc35dd9c8a5439ee10c1..cece15f2608e1a8290366768e192f9e76df18fc8 100755 (executable)
@@ -102,7 +102,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.023826 seconds and 4 git commands to generate.