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