mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 19:21:35 +01:00
5 lines
111 B
Bash
Executable File
5 lines
111 B
Bash
Executable File
#!/bin/sh
|
|
# Print the magic fail string that our scripts detect
|
|
# as a simulation failure.
|
|
echo lkmc_test_fail
|