X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/d6b2ae5fa68b9a82ffc006c233aef64c5cdb3bd2..4d19fdf096abcc02a7860b69a445e1998a26917c:/test/format/test-mymbox?ds=inline diff --git a/test/format/test-mymbox b/test/format/test-mymbox index 42f584c1..a8f21dcb 100755 --- a/test/format/test-mymbox +++ b/test/format/test-mymbox @@ -18,7 +18,9 @@ setup_test #### suite, or the user's login name. ap will escape (quote) it if #### needed. user=`run_prog ${MH_LIBEXEC_DIR}/ap -format '%(me)' 0` +set +e host=`${MH_OBJ_DIR}/test/getcanon` +set -e output=`run_prog ${MH_LIBEXEC_DIR}/ap -format '%(mymbox{text})' "${user}"` run_test "echo $output" 1 "Basic user test"