Lines Matching refs:expect

59 expect="10 mail.example."
61 test "$ans" = "$expect" || ret=1
62 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'"
67 expect="10.0.0.2"
69 test "$ans" = "$expect" || ret=1
70 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'"
79 expect="10 mail.example.com."
81 test "$ans" = "$expect" || ret=1
82 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'"
97 expect="192.0.2.3"
99 test "$ans" = "$expect" || ret=1
100 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'"
105 expect="2001:db8::3"
107 test "$ans" = "$expect" || ret=1
108 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'"
117 expect="192.0.2.2"
119 test "$ans" = "$expect" || ret=1
120 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'"
130 expect="192.0.2.2"
132 test "$ans" = "$expect" || ret=1
133 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'"
142 expect="192.0.2.102"
144 test "$ans" = "$expect" || ret=1
145 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'"
155 expect="192.0.2.103"
157 test "$ans" = "$expect" || ret=1
158 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'"
166 expect="10.10.10.10"
169 test "$ans" = "$expect" || ret=1
170 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'"
175 expect="10.10.10.10"
178 test "$ans" = "$expect" || ret=1
179 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'"
187 expect="SERVFAIL"
190 test "$ans" = "$expect" || ret=1
191 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'"
196 expect="SERVFAIL"
199 test "$ans" = "$expect" || ret=1
200 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'"