Commit 670ca521 670ca52198327b3ea93d2641af71371cdd974776 by Sergey Poznyakoff

Rename rfc2047.exp to encode2047.exp

1 parent ff8b261c
# -*- 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
......