]> diplodocus.org Git - nmh/blobdiff - test/anno/test-anno
Support callbacks into the format engine. This is so we can add in proper
[nmh] / test / anno / test-anno
index e96c6062ffb1f76720678d332db4dad395e09347..bdf93287f8dc9d7eb2f6ec498f03212656a3f07d 100755 (executable)
@@ -122,7 +122,7 @@ check "$expected" "$actual"
 rm "${MH_TEST_DIR}/Mail/draft"
 
 # check -append
-sed -e '4a\
+sed -e '5a\
 Nmh-test:' "${MH_TEST_DIR}/Mail/inbox/1" >"$expected"
 anno 1 -component Nmh-test -append
 sed -e 's/^Nmh-test:.*/Nmh-test:/' "${MH_TEST_DIR}/Mail/inbox/1" >"$actual"