Removed locking type selection from build_nmh now that it's in configure.
[mmh] / test /
2012-05-07 Ken HornsteinFix test so it will work on terminal widths other than 80.
2012-05-06 David LevineRemove any existing Local-Mailbox: profile component...
2012-05-06 David LevineAdded check for EPERM when checking errno after a faile...
2012-04-27 David LevineMoved the set +e up to capture one more test in test...
2012-04-26 David LevineUse case statement to check for proper result from...
2012-04-26 David LevineRemoved the mv of the file after running sed on it.
2012-04-26 David LevineUnset all MH environment variables that aren't set...
2012-04-25 David Levine1) With SETGID_MAIL enabled (only with dot locking...
2012-04-25 Oliver Kiddlefuther test suite fixes to work on Solaris
2012-04-25 David LevineFixed test suite to work with Solaris Bourne shell:
2012-04-12 Ken HornsteinClean up fakesmtp and the post tests a bit to hopefully...
2012-04-06 David LevineChanged test-mhparam to allow # sbackup.
2012-04-06 Ken HornsteinRefere to VERSION via srcdir so this works when doing...
2012-04-06 David LevineReworked mhparam tests of components in procs array...
2012-04-06 David LevineAdded mhparam test of each component in procs array...
2012-04-05 David LevineFixed install-mh -auto test by specifying HOME.
2012-03-31 David LevineAdded const qualifier to a couple of local pointers...
2012-03-26 David LevineAdded test-install-mh.
2012-03-24 David LevineEnsure that escape_display_name() can't overrun a buffer.
2012-03-24 Ken HornsteinSigh. Turns out last change broke a few tests, because...
2012-03-24 Ken HornsteinModify the whatnow tests to deal with different version...
2012-03-23 David LevineAdded function escape_display_name() to double quote...
2012-03-20 Ken HornsteinJust for sanity's sake, double check the "inc" results...
2012-03-19 Ken HornsteinFix a bug where a message header ending right on the...
2012-03-18 David LevineAdded test-whom.
2012-03-16 Ken HornsteinA test for the group addressing functionality handled...
2012-03-15 Ken HornsteinFix some warnings.
2012-03-15 Ken HornsteinI guess the -i option to sed works differently on Linux...
2012-03-15 Ken HornsteinNew test suite for "post"; uses fakesmtp to trap the...
2012-03-14 Ken HornsteinA new test program, fakesmtp, to help us test post.
2012-03-14 David LevineChanged output_md5() to output just the checksum. ...
2012-03-14 David LevineAdded test/getfqnd.c, a replacement for "hostname"...
2012-03-14 David LevineOn some platforms, need to be out of $SPDIR in order...
2012-03-14 David LevinePromote uid_t value to long and print with %ld to preve...
2012-03-13 Ken HornsteinModify getfullname so it performs the same processing...
2012-03-12 David LevineFixed mhstore to honor nmh-storage profile entry even...
2012-03-10 David LevineRemoved bash-ism from test-pick.
2012-03-09 David LevineEnabled all groff warnings, with -ww, in manpages test...
2012-03-09 David LevineFixed mhlist -verbose to work with all content types...
2012-03-08 David LevineAdded test-refile.
2012-03-08 David LevineReplaced us-ascii with iso-8859-1 in examples, just...
2012-03-07 David LevineAdded test-mhparam and test-mhstore.
2012-03-05 Ken HornsteinFinally got a reasonable burst test working.
2012-03-05 Ken HornsteinA test for burst; still needs work.
2012-03-03 David LevineAdded test-mhlist.
2012-03-01 Ken Hornstein%G isn't actually part of POSIX, so change to %Y.
2012-03-01 Ken HornsteinFixed a problem that caused the test to fail if you...
2012-02-28 David LevineRemoved blank line after "End of Forwarded Message...
2012-02-28 David LevineChanged domains in man page and test examples to use...
2012-02-28 David LevineFixed to report failure if getfulname hadn't been built...
2012-02-28 David LevineThey test with output to a tty didn't work under make...
2012-02-27 Ken HornsteinGot the forw -digest test working.
2012-02-27 Ken HornsteinA test for forw -digest. It doesn't quite work yet.
2012-02-27 Ken HornsteinFix up some of the pick tests:
2012-02-27 Ken HornsteinBeginnings of a test suite for the mh-format support...
2012-02-26 David LevineAdded test-pick.
2012-02-23 Ken HornsteinCreate a test for the new mh-format processing availabl...
2012-02-23 David LevineAdded test-flist and test-mark sequences tests.
2012-02-21 David LevineMigrated a couple more tests to use run_test() in commo...
2012-02-19 David LevineKen noted that "make check" can be run before installat...
2012-02-18 David Levinegcc was warning about unused arguments to main, so...
2012-02-18 David LevineConsolidated runtest and check_string test functions.
2012-02-18 David LevineHave each test clean up after itself if it completes...
2012-02-18 David LevineAdded mhpath test. Updated mhpath man page to reflect...
2012-02-18 David LevineThe test check() function now removes the expected...
2012-02-18 David LevineEnclosed program name and directory in double quotes...
2012-02-18 David LevineHere's the proper fix instead of the hack of d28ce569fe...
2012-02-17 Ken HornsteinSigh. Looks like we need a function after all; create...
2012-02-17 David LevineHacked to work with make distcheck. Maybe not the...
2012-02-17 David LevineMoved check() function from individual tests to common.sh.
2012-02-17 David LevineRearranged test suite environment variables so that...
2012-02-15 Ken HornsteinCreate test cases for the new format functions for...
2012-02-14 David LevineFixed progress indicator.
2012-02-11 Ken HornsteinFix this so it works when valgrind is installed.
2012-02-11 Ken HornsteinSwitch over to using the template files out of our...
2012-02-11 Ken HornsteinSwitch to using the "inst" version of mhl for tests.
2012-02-11 Ken HornsteinRe-work the test suite so it now works with Automake...
2012-02-10 Ken HornsteinMake the test suite work on systems other than Linux...
2012-02-09 David LevineAdded mhshow subpart test.
2012-02-09 David LevineAlways run setup-test from make test/runalltests, just...
2012-02-08 David LevineRemoved use of tzset()/tzname in dtimezone(). They...
2012-02-08 David LevineReverted TZ hack to tests, 9ea2daf5e74e3ff03043cfa6fb68...
2012-02-07 David LevineSome tests failed because they displayed the user's...
2012-02-07 David LevineReworked test suite to copy the configuration used...
2010-12-03 Ken HornsteinUpdate for git conversions (and cleanup of autogen...
2009-01-17 Eric Gillespie * test/runtest, test/tests/inc/test-deb359167,
2008-12-26 Peter Maydell* sbr/m_getfld.c: fix two bugs which could cause us...
2008-12-26 Peter Maydelltest/common.sh: new file for common utility functions...
2008-12-25 Peter Maydelltest/runtest: automatically run setup-test if it hasn...
2008-08-14 Eric Gillespie * test/setup-test: Don't run autogen.sh unless needed...
2008-08-14 Eric Gillespie * sbr/ambigsw.c: Send print_sw output to stderr. ...
2008-08-14 Eric Gillespie * h/mhparse.h: Move interfaces also used by mhbuildsbr...
2008-08-13 Eric GillespieOops, meant to use $failed (number of failed checks...
2008-08-13 Eric GillespieAdd descriptive headers, as other tests have.
2008-08-13 Eric Gillespie * test/tests/bad-input/test-header: Add test for it.
2008-08-13 Eric Gillespie * test/tests/mhshow/test-qp: Test various valid and...
2008-08-13 Eric GillespieIgnore test-temp-dir.
2008-08-12 Peter Maydellautogen.sh (new file): add script for running the GNU...
2008-08-08 Eric Gillespies/ls/cd/ in comment (probably pasted from test-ls)
2008-08-03 Peter Maydellbug #23319: rework the way we handle the working direct...
next