X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/c78ca8140562c7becb78b1f52f9fc86184cac9f3..1d5e6d0340ba258b34b85ccdac4c402ccf4fd51e:/test/format/test-localmbox diff --git a/test/format/test-localmbox b/test/format/test-localmbox index 9fc662f8..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=`${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}"