]> diplodocus.org Git - nmh/blobdiff - test/format/test-localmbox
Split gcov target into multiple sub-targets.
[nmh] / test / format / test-localmbox
index 9fc662f87fb65f35991df624d8e17425bce28865..32a385653d09bee8e4cef7f019f1ddede9275f24 100755 (executable)
@@ -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}"