summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2017-06-17 13:39:44 +0300
committerSergey Poznyakoff <gray@gnu.org>2017-06-17 13:39:44 +0300
commit4981ab84145e24e3aacb60098c6896eed5f6450a (patch)
treef6b7ed248dc71e743e7e33d6bbbbd205fab79278
parent32cf4ed9babce7f8e3a0c199cba35aa6021862e1 (diff)
downloadmailutils-4981ab84145e24e3aacb60098c6896eed5f6450a.tar.gz
mailutils-4981ab84145e24e3aacb60098c6896eed5f6450a.tar.bz2
Minor change in the testsuite
* mh/tests/send.at: Make expected text version-independent
-rw-r--r--mh/tests/send.at12
1 files changed, 6 insertions, 6 deletions
diff --git a/mh/tests/send.at b/mh/tests/send.at
index 18d1df1e0..eb90180e0 100644
--- a/mh/tests/send.at
+++ b/mh/tests/send.at
@@ -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

Return to:

Send suggestions and report system problems to the System administrator.