testsuite: port modprobe --force test to module-playground
diff --git a/testsuite/test-modprobe.c b/testsuite/test-modprobe.c
index 99fe72c..360d0c0 100644
--- a/testsuite/test-modprobe.c
+++ b/testsuite/test-modprobe.c
@@ -263,7 +263,7 @@
 	const char *progname = ABS_TOP_BUILDDIR "/tools/modprobe";
 	const char *const args[] = {
 		progname,
-		"--force", "psmouse",
+		"--force", "mod-simple",
 		NULL,
 	};
 
@@ -277,7 +277,7 @@
 		[TC_ROOTFS] = TESTSUITE_ROOTFS "test-modprobe/force",
 		[TC_INIT_MODULE_RETCODES] = "",
 	},
-	.modules_loaded = "psmouse",
+	.modules_loaded = "mod-simple",
 	);
 
 static noreturn int modprobe_oldkernel(const struct test *t)