Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-10 | fix bashisms in testsuite/ | Michael Tokarev | |
These places use ${var/search/replace}, $((n++) and `type -p' constructs which are not-so-standard. Replace with equivalent constructs. Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2004-04-06 | Kill off the old 'tests' stuff. Write a ton of new tests for the | Eric Andersen | |
'testsuite' dir. Fix a bunch of broken tests. Fix the testsuite 'runtest' script so it actually reports all failures and provides meaningful feedback. -Erik | |||
2002-03-27 | * testsuite/which/which-uses-default-path: Remove extra echo. | Matt Kraai | |
2002-01-14 | Do not segfault if PATH is unset. | Matt Kraai | |