From 4c3830a96cdc7f17576d986d440a08ead54bee7a Mon Sep 17 00:00:00 2001 From: David Levine Date: Mon, 18 Jun 2012 21:49:01 -0500 Subject: [PATCH 1/1] Moved test-mhmail to its own test directory. --- Makefile.am | 6 +++--- test/{post => mhmail}/test-mhmail | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename test/{post => mhmail}/test-mhmail (100%) diff --git a/Makefile.am b/Makefile.am index 93516da..970eb60 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,8 +54,8 @@ TESTS = test/bad-input/test-header \ test/inc/test-deb359167 test/inc/test-eom-align \ test/inc/test-inc-scanout test/install-mh/test-install-mh \ test/manpages/test-manpages test/mhbuild/test-forw \ - test/mhlist/test-mhlist test/mhparam/test-mhparam \ - test/mhpath/test-mhpath \ + test/mhlist/test-mhlist test/mhmail/test-mhmail \ + test/mhparam/test-mhparam test/mhpath/test-mhpath \ test/mhshow/test-cte-binary test/mhshow/test-qp \ test/mhshow/test-subpart test/mhstore/test-mhstore \ test/new/test-basic \ @@ -63,7 +63,7 @@ TESTS = test/bad-input/test-header \ test/post/test-post-basic test/post/test-post-multiple \ test/post/test-post-dcc test/post/test-post-fcc \ test/post/test-post-multifrom test/post/test-post-envelope \ - test/post/test-post-group test/post/test-mhmail \ + test/post/test-post-group \ test/refile/test-refile \ test/repl/test-if-str test/repl/test-trailing-newline \ test/repl/test-multicomp \ diff --git a/test/post/test-mhmail b/test/mhmail/test-mhmail similarity index 100% rename from test/post/test-mhmail rename to test/mhmail/test-mhmail -- 1.7.10.4