diff options
Diffstat (limited to '')
-rw-r--r-- | tools/bootconfig/samples/bad-samekey.bconf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/bootconfig/samples/bad-samekey.bconf b/tools/bootconfig/samples/bad-samekey.bconf new file mode 100644 index 000000000..e8d983a45 --- /dev/null +++ b/tools/bootconfig/samples/bad-samekey.bconf @@ -0,0 +1,6 @@ +# Same key value is not allowed +key { + foo = value + bar = value2 +} +key.foo = value |