summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-08-29 15:04:44 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-08-29 15:04:44 +0000
commit66687406d7eb339920162b0440fbc5e55d69f6bc (patch)
treed2527092ea91d13150cdb61988ac8b8eb4c5e6b2
parentb44fbf05558d6e42b713292a779eaf7d19cd59b3 (diff)
downloadmailutils-66687406d7eb339920162b0440fbc5e55d69f6bc.tar.gz
mailutils-66687406d7eb339920162b0440fbc5e55d69f6bc.tar.bz2
Updated
-rw-r--r--examples/.cvsignore19
-rw-r--r--mailbox/testsuite/Makefile.am2
-rw-r--r--mailbox/testsuite/mailbox/address.exp4
-rw-r--r--mailbox/testsuite/mailbox/mime.exp4
-rw-r--r--mailbox/testsuite/mailbox/url.exp4
5 files changed, 14 insertions, 19 deletions
diff --git a/examples/.cvsignore b/examples/.cvsignore
index c316cf8fb..9ea2125c3 100644
--- a/examples/.cvsignore
+++ b/examples/.cvsignore
@@ -1,15 +1,10 @@
-.gdbinit
-Addrs.test
-Urls.test
-_*
+Makefile.in
+Makefile
+.deps
+.libs
+url-parse
+msg-send
+sfrom
addr
-bad-dates.out
-mailer
-mbox-check
-mbox-dates
-mbox-dates.out
-mbox-explode
mimetest
-msg-send
muemail
-url-parse
diff --git a/mailbox/testsuite/Makefile.am b/mailbox/testsuite/Makefile.am
index a9433e98a..3fd9901b0 100644
--- a/mailbox/testsuite/Makefile.am
+++ b/mailbox/testsuite/Makefile.am
@@ -3,7 +3,7 @@ DEJATOOL = mailbox
RUNTESTFLAGS =
CLEANFILES = *.log
test_dirs = lib mailbox
-EXTRA_DIST = Addrs Urls
+EXTRA_DIST = Addrs Mime Urls
dist-hook:
here=`cd $(top_builddir)/$(subdir) && pwd`; \
diff --git a/mailbox/testsuite/mailbox/address.exp b/mailbox/testsuite/mailbox/address.exp
index ebb5c67e0..3b95576c3 100644
--- a/mailbox/testsuite/mailbox/address.exp
+++ b/mailbox/testsuite/mailbox/address.exp
@@ -18,7 +18,7 @@
mailbox_run ${top_builddir}/examples/addr
-set chan [open ${objdir}/Addrs r]
+set chan [open ${srcdir}/Addrs r]
set command ""
for {gets $chan line} {![eof $chan]} {gets $chan line} {
@@ -44,4 +44,4 @@ for {gets $chan line} {![eof $chan]} {gets $chan line} {
close $chan
-# end of address.exp \ No newline at end of file
+# end of address.exp
diff --git a/mailbox/testsuite/mailbox/mime.exp b/mailbox/testsuite/mailbox/mime.exp
index 645052836..279f7400f 100644
--- a/mailbox/testsuite/mailbox/mime.exp
+++ b/mailbox/testsuite/mailbox/mime.exp
@@ -21,7 +21,7 @@ set MU_TOOL_FLAGS "-i 0 -p $MU_SPOOL_DIR/mbox1"
mu_prepare_spools
-set chan [open ${objdir}/Mime r]
+set chan [open ${srcdir}/Mime r]
set pattern [list]
for {gets $chan line} {![eof $chan]} {gets $chan line} {
@@ -35,4 +35,4 @@ mu_exec -retcode 0 -message "MIME" -pattern $pattern
close $chan
-# end of mime.exp \ No newline at end of file
+# end of mime.exp
diff --git a/mailbox/testsuite/mailbox/url.exp b/mailbox/testsuite/mailbox/url.exp
index 0fa988d4a..5308a6612 100644
--- a/mailbox/testsuite/mailbox/url.exp
+++ b/mailbox/testsuite/mailbox/url.exp
@@ -18,7 +18,7 @@
mailbox_run ${top_builddir}/examples/url-parse
-set chan [open ${objdir}/Urls r]
+set chan [open ${srcdir}/Urls r]
set command ""
for {gets $chan line} {![eof $chan]} {gets $chan line} {
@@ -44,4 +44,4 @@ for {gets $chan line} {![eof $chan]} {gets $chan line} {
close $chan
-# end of url.exp \ No newline at end of file
+# end of url.exp

Return to:

Send suggestions and report system problems to the System administrator.