X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/fa462ef71fbaf819397c59b2c07adf45a04af9f8..e5479da8544d4fe47a320934667cb91c1c6a309e:/test/format/test-localmbox?ds=inline diff --git a/test/format/test-localmbox b/test/format/test-localmbox index e4956410..32a38565 100755 --- a/test/format/test-localmbox +++ b/test/format/test-localmbox @@ -23,7 +23,7 @@ echo "Local-Mailbox: ${testname}" >> ${MH} # We can use "ap" to get the output of format commands -testoutput=`run_prog ${MH_LIB_DIR}/ap -format "%(localmbox)" ignore` +testoutput=`run_prog ${MH_LIBEXEC_DIR}/ap -format "%(localmbox)" ignore` if [ x"${testname}" != x"${testoutput}" ]; then echo "Expected ${testname}, got ${testoutput}"