string foo

Acct-Session-Time = 30

#
#  Test for short-circuit logical optimizations
#
foo = %{Acct-Session-Time || 'NULL'}

if !(foo == "30") {
	test_fail
}
success
