Rename rfc2047.exp to encode2047.exp
Showing
1 changed file
with
3 additions
and
3 deletions
1 | # -*- tcl -*- | 1 | # -*- tcl -*- |
2 | # This file is part of Mailutils testsuite. | 2 | # This file is part of Mailutils testsuite. |
3 | # Copyright (C) 2003, Free Software Foundation | 3 | # Copyright (C) 2003, 2006 Free Software Foundation |
4 | # | 4 | # |
5 | # This program is free software; you can redistribute it and/or modify | 5 | # This program is free software; you can redistribute it and/or modify |
6 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
... | @@ -19,7 +19,7 @@ | ... | @@ -19,7 +19,7 @@ |
19 | 19 | ||
20 | mailbox_run ${top_builddir}/examples/decode2047 -p | 20 | mailbox_run ${top_builddir}/examples/decode2047 -p |
21 | 21 | ||
22 | set chan [open ${srcdir}/RFC2047 r] | 22 | set chan [open ${srcdir}/Decode2047 r] |
23 | 23 | ||
24 | set command "" | 24 | set command "" |
25 | for {gets $chan line} {![eof $chan]} {gets $chan line} { | 25 | for {gets $chan line} {![eof $chan]} {gets $chan line} { |
... | @@ -47,4 +47,4 @@ for {gets $chan line} {![eof $chan]} {gets $chan line} { | ... | @@ -47,4 +47,4 @@ for {gets $chan line} {![eof $chan]} {gets $chan line} { |
47 | 47 | ||
48 | close $chan | 48 | close $chan |
49 | 49 | ||
50 | # end of address.exp | 50 | # end of decode2047.exp | ... | ... |
-
Please register or sign in to post a comment