summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
7f35746)
check "$expected" "$actual" : locale profile component
check "$expected" "$actual" : locale profile component
+if test $skip_param_value_checks -eq 1; then
+ finish_test
+ exit $failed
+fi
+
+
start_test 'Encoded parameter value'
msgfile=`mhpath new`
msgnum=`basename $msgfile`
start_test 'Encoded parameter value'
msgfile=`mhpath new`
msgnum=`basename $msgfile`
-if test $skip_param_value_checks -eq 0; then
- run_prog mhshow $msgnum > $actual 2>&1
- check "$expected" "$actual" : encoded parameter value
-fi
+run_prog mhshow $msgnum > $actual 2>&1
+check "$expected" "$actual" : encoded parameter value
start_test 'replacement character in parameter value'
start_test 'replacement character in parameter value'
[ part - text/plain - 0B ]
EOF
[ part - text/plain - 0B ]
EOF
-if test $skip_param_value_checks -eq 0; then
- run_prog mhshow $msgnum > $actual 2>&1
- check "$expected" "$actual"
-fi
+run_prog mhshow $msgnum > $actual 2>&1
+check "$expected" "$actual"