Bump to 1.14.1
[platform/upstream/augeas.git] / lenses / tests / test_logwatch.aug
1 module Test_logwatch =
2
3 let conf = "# Configuration file for logwatch.
4 #
5 #Mailto_host1 = user@example.com
6
7 MailFrom = root@example.com
8 "
9
10 test Logwatch.lns get conf =
11   { "#comment" = "Configuration file for logwatch." }
12   {}
13   { "#comment" = "Mailto_host1 = user@example.com" }
14   {}
15   { "MailFrom" = "root@example.com" }