Files
mgmt/examples/lang/duplicate-error.mcl
James Shubin a6b6aa570e test: Fix small test warnings
These were issues we should be catching.
2023-12-12 00:01:29 -05:00

9 lines
115 B
Plaintext

# this combination should error
pkg "cowsay" {
state => "uninstalled",
}
pkg "cowsay" {
state => "installed",
}