]> git.marmaro.de Git - mmh/blobdiff - test/format/test-localmbox
Sigh. Looks like we need a function after all; create a new function
[mmh] / test / format / test-localmbox
index 8ee6884a2885704018c612373acd24cafa83efba..a0d4392ba2f604498511c8a3bc21552063a48638 100755 (executable)
@@ -19,7 +19,7 @@ echo "Local-Mailbox: ${testname}" >> ${MH}
 
 # We can use "ap" to get the output of format commands
 
-testoutput=$(${MH_LIB_DIR}/ap -format "%(profile Local-Mailbox)" ignore)
+testoutput=$(${MH_LIB_DIR}/ap -format "%(localmbox)" ignore)
 
 if [ x"${testname}" != x"${testoutput}" ]; then
        echo "Expected ${testname}, got ${testoutput}"