mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-05-01 15:16:21 -04:00
tools: bootconfig: Add bootconfig test script
Add a bootconfig test script to ensure the tool and boot config parser are working correctly. Link: http://lkml.kernel.org/r/157867224728.17873.18114241801246589416.stgit@devnote2 Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
This commit is contained in:
committed by
Steven Rostedt (VMware)
parent
950313ebf7
commit
081c65360b
4
tools/bootconfig/samples/bad-dotword.bconf
Normal file
4
tools/bootconfig/samples/bad-dotword.bconf
Normal file
@@ -0,0 +1,4 @@
|
||||
# do not start keyword with .
|
||||
key {
|
||||
.word = 1
|
||||
}
|
||||
Reference in New Issue
Block a user