+if [ ${failed:-0} -eq 1 ]; then
+ printf "\nRerunning failed basic slocal command with -verbose -debug to help
+ diagnose test failure . . .\n\n"
+ run_prog $slocal -verbose -debug -maildelivery "$md" $mbox \
+ <"$MH_TEST_DIR"/Mail/inbox/1
+ exit 1
+fi
+