blob: ec603112b99d7f98b37a4c1e1f96255bd330bdc3 [file] [log] [blame]
variables {
input = "some value"
}
run "test" {
command = plan
expect_failures = [
var.input
]
}