]> diplodocus.org Git - nmh/blobdiff - test/format/test-localmbox
Removed msh relics from scansbr.c, including a global.
[nmh] / test / format / test-localmbox
index 9fc662f87fb65f35991df624d8e17425bce28865..e4956410c3c1242adc3606534420593d6b67b0ab 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_LIB_DIR}/ap -format "%(localmbox)" ignore`
 
 if [ x"${testname}" != x"${testoutput}" ]; then
        echo "Expected ${testname}, got ${testoutput}"