summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-05-23 12:51:20 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-05-23 12:51:20 +0000
commit670ca52198327b3ea93d2641af71371cdd974776 (patch)
treed0619105a47ba0026a5abf31077f0883ec023704
parentff8b261c14db00d0a9c4a0c50938dc8e71aa4d7f (diff)
downloadmailutils-670ca52198327b3ea93d2641af71371cdd974776.tar.gz
mailutils-670ca52198327b3ea93d2641af71371cdd974776.tar.bz2
Rename rfc2047.exp to encode2047.exp
-rw-r--r--mailbox/testsuite/mailbox/decode2047.exp (renamed from mailbox/testsuite/mailbox/rfc2047.exp)6
1 files changed, 3 insertions, 3 deletions
diff --git a/mailbox/testsuite/mailbox/rfc2047.exp b/mailbox/testsuite/mailbox/decode2047.exp
index 94e7d1004..c757441ae 100644
--- a/mailbox/testsuite/mailbox/rfc2047.exp
+++ b/mailbox/testsuite/mailbox/decode2047.exp
@@ -1,6 +1,6 @@
# -*- tcl -*-
# This file is part of Mailutils testsuite.
-# Copyright (C) 2003, Free Software Foundation
+# Copyright (C) 2003, 2006 Free Software Foundation
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@
mailbox_run ${top_builddir}/examples/decode2047 -p
-set chan [open ${srcdir}/RFC2047 r]
+set chan [open ${srcdir}/Decode2047 r]
set command ""
for {gets $chan line} {![eof $chan]} {gets $chan line} {
@@ -47,4 +47,4 @@ for {gets $chan line} {![eof $chan]} {gets $chan line} {
close $chan
-# end of address.exp
+# end of decode2047.exp

Return to:

Send suggestions and report system problems to the System administrator.