X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ff5eb06992e08944273e1299e0af7bd8cb1ad568..213e031dda6a34c50c04de0d6041f45ab2db0a91:/test/format/test-mymbox?ds=sidebyside 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"