summaryrefslogtreecommitdiffstats
path: root/src/tests/keywords/update-error
blob: 92e0ed24b30a06b3e215d6756f6cd2b5867c8868 (plain)
1
2
3
4
5
6
7
8
9
#
# PRE: update
#
#  It's an error to update lists that don't exist.
#
update no-such-list {	# ERROR
       control:Cleartext-Password := 'hello'
       reply:Filter-Id := "filter"
}