diff options
Diffstat (limited to 'sal/test/bootstraptest.ini')
-rw-r--r-- | sal/test/bootstraptest.ini | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sal/test/bootstraptest.ini b/sal/test/bootstraptest.ini new file mode 100644 index 000000000000..c6569f367fe9 --- /dev/null +++ b/sal/test/bootstraptest.ini @@ -0,0 +1,11 @@ +TheIniKey=TheIniKeysValue + + +[TheSection] +TheKey=TheKeysValue + +[SecondSection] +IndirectSection=TheSection +IndirectKey=TheKey + + |