Commit 4981ab84 4981ab84145e24e3aacb60098c6896eed5f6450a by Sergey Poznyakoff

Minor change in the testsuite

* mh/tests/send.at: Make expected text version-independent
1 parent 32cf4ed9
......@@ -38,7 +38,7 @@ ENVELOPE TO: <gray@example.net>
1: To: <gray@example.net>
2: Subject: Send file test
3: Date: now
4: X-Mailer: MH (GNU Mailutils 3.2.91)
4: X-Mailer: MH (AT_PACKAGE_STRING)
5:
6: Message body
END OF MESSAGE
......@@ -77,7 +77,7 @@ ENVELOPE TO: <gray@example.net>
1: To: <gray@example.net>
2: Subject: Send file test 1
3: Date: now
4: X-Mailer: MH (GNU Mailutils 3.2.91)
4: X-Mailer: MH (AT_PACKAGE_STRING)
5:
6: Message body 1
END OF MESSAGE
......@@ -87,7 +87,7 @@ ENVELOPE TO: <gray@example.org>
1: To: <gray@example.org>
2: Subject: Send file test 2
3: Date: now
4: X-Mailer: MH (AT_PACKAGE_NAME AT_PACKAGE_VERSION)
4: X-Mailer: MH (AT_PACKAGE_STRING)
5:
6: Message body 2
END OF MESSAGE
......@@ -116,7 +116,7 @@ ENVELOPE TO: <gray@example.net>
1: To: <gray@example.net>
2: Subject: Send file test
3: Date: now
4: X-Mailer: MH (AT_PACKAGE_NAME AT_PACKAGE_VERSION)
4: X-Mailer: MH (AT_PACKAGE_STRING)
5:
6: Message body
END OF MESSAGE
......@@ -151,7 +151,7 @@ ENVELOPE TO: <gray@example.net>
1: To: <gray@example.net>
2: Subject: Draftfolder test
3: Date: now
4: X-Mailer: MH (AT_PACKAGE_NAME AT_PACKAGE_VERSION)
4: X-Mailer: MH (AT_PACKAGE_STRING)
5:
6: Message body
END OF MESSAGE
......@@ -188,7 +188,7 @@ ENVELOPE TO: <gray@example.org>
1: To: <gray@example.org>
2: Subject: Draftmessage test
3: Date: now
4: X-Mailer: MH (AT_PACKAGE_NAME AT_PACKAGE_VERSION)
4: X-Mailer: MH (AT_PACKAGE_STRING)
5:
6: Message body
END OF MESSAGE
......