Lines Matching refs:expect
51 expect="10 mail.example."
53 test "$ans" = "$expect" || ret=1
54 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'"
59 expect="10.0.0.2"
61 test "$ans" = "$expect" || ret=1
62 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'"
71 expect="10 mail.example.com."
73 test "$ans" = "$expect" || ret=1
74 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'"
89 expect="192.0.2.3"
91 test "$ans" = "$expect" || ret=1
92 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'"
97 expect="2001:db8::3"
99 test "$ans" = "$expect" || ret=1
100 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'"
109 expect="192.0.2.2"
111 test "$ans" = "$expect" || ret=1
112 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'"
122 expect="192.0.2.2"
124 test "$ans" = "$expect" || ret=1
125 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'"
134 expect="192.0.2.102"
136 test "$ans" = "$expect" || ret=1
137 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'"
147 expect="192.0.2.103"
149 test "$ans" = "$expect" || ret=1
150 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'"
158 expect="10.10.10.10"
161 test "$ans" = "$expect" || ret=1
162 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'"
167 expect="10.10.10.10"
170 test "$ans" = "$expect" || ret=1
171 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'"
179 expect="SERVFAIL"
182 test "$ans" = "$expect" || ret=1
183 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'"
188 expect="SERVFAIL"
191 test "$ans" = "$expect" || ret=1
192 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'"