#
# PRE: if
#

%map("TLS-Certificate.Issuer = 'foo'")

if !(TLS-Certificate.Issuer == 'foo') {
	test_fail
}

success
