summaryrefslogtreecommitdiff
path: root/mh/tests/comp.at
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-10-22 03:16:00 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-10-22 03:41:03 +0300
commit09372ddfbaeb45facface67dea795f8e9059d899 (patch)
tree6240cdadf4ed6bc9b28f28cc7195e9f737285d38 /mh/tests/comp.at
parent2f34f8ae2c0f9207d94629d94f664f728094e990 (diff)
downloadmailutils-09372ddfbaeb45facface67dea795f8e9059d899.tar.gz
mailutils-09372ddfbaeb45facface67dea795f8e9059d899.tar.bz2
Fixes in the testsuite & some minor fixes.
* comsat/comsat.c (main): Use real UID to determine user name. Don't rely on environment variables. * maidag/util.c (maidag_error): Re-initialize va_list before reusing it. * mh/ali.c (ali_print_name_list): Change printing loop to correctly handle empty lists. * mh/mh_whatnow.c (quit): Print newline before returning. * comsat/tests/testsuite.at: Skip tests if run as root. * maidag/tests/forward.at: Skip test if run as root. * mh/tests/ali.at: Ignore comment lines in /etc/passwd and /etc/group. Make sure awk is run with a valid stdin. Some implementations (true awk, in particular) try to close stdin even if it is not used and bail out if unable to do so. * mh/tests/atlocal.in (mimeflt): Make sure awk is run with a valid stdin (see above). * mh/tests/anno.at: Always use semicolon before closing curly brace in sed expressions. * mh/tests/mark.at: Likewise. * mh/tests/pick.at: Likewise. * testsuite/testsuite.inc: Likewise. * mh/tests/comp.at: Reflect changes to mh_whatnow.c. * mh/tests/mhn.at: Don't rely on a particular tar output format.
Diffstat (limited to 'mh/tests/comp.at')
-rw-r--r--mh/tests/comp.at3
1 files changed, 2 insertions, 1 deletions
diff --git a/mh/tests/comp.at b/mh/tests/comp.at
index b264f2532..88f423d67 100644
--- a/mh/tests/comp.at
+++ b/mh/tests/comp.at
@@ -49,7 +49,8 @@ cc:
Subject:
--------
-- Input file end
-What now?])
+What now?
+])
MH_CHECK([comp file],[comp02 comp_file],[
echo 'quit' | compcmd file | remove_curdir | sed 's/ *$//'

Return to:

Send suggestions and report system problems to the System administrator.