Sharp.Augeas/Sharp.Augeas.Test/lens/tests/test_dpkg.aug

15 lines
322 B
Plaintext
Raw Normal View History

2022-11-08 20:57:02 +03:00
module Test_dpkg =
let conf ="# dpkg configuration file
# Do not enable debsig-verify by default
no-debsig
log /var/log/dpkg.log\n"
test Dpkg.lns get conf =
{ "#comment" = "dpkg configuration file" }
{ "#comment" = "Do not enable debsig-verify by default" }
{ "no-debsig" }
{}
{ "log" = "/var/log/dpkg.log" }