Lines Matching full:actual
24 actual=$(echo "${info}" | grep 'MSGSIZE: ')
25 if [ "$expected" != "$actual" ]; then
27 echo " ACTUAL: $actual"
31 actual=$(echo "${info}" | grep 'MAXMSG: ')
32 if [ "$expected" != "$actual" ]; then
34 echo " ACTUAL: $actual"
38 actual=$(echo "${info}" | grep 'CURMSG: ')
39 if [ "$expected" != "$actual" ]; then
41 echo " ACTUAL: $actual"
59 actual=$(echo "${info}" | grep 'CURMSG: ')
60 if [ "$expected" != "$actual" ]; then
62 echo " ACTUAL: $actual"
70 actual=$(${subject} recv -q "$topic")
74 if [ "$expected" != "$actual" ]; then
76 echo " ACTUAL: $actual"
86 actual=$(echo "${info}" | grep 'CURMSG: ')
87 if [ "$expected" != "$actual" ]; then
89 echo " ACTUAL: $actual"