Bump to 1.14.1
[platform/upstream/augeas.git] / lenses / tests / test_webmin.aug
1 module Test_webmin =
2
3 let conf = "port=10000
4 realm=Webmin Server
5 denyfile=\.pl$
6 "
7
8 test Webmin.lns get conf =
9    { "port" = "10000" }
10    { "realm" = "Webmin Server" }
11    { "denyfile" = "\.pl$" }