summaryrefslogtreecommitdiff
path: root/pear/Console/tests
Commit message (Collapse)AuthorAgeFilesLines
* Disable PEAR tests. These tests have too many dependcies such asIlia Alshanetsky2002-10-221-0/+2
| | | | | | pre-installed PEAR, needing to run as root user, most tests will fail if PEAR install directory is not inside include_path and so on.
* * Try again: fixed Console_Getopt::getopt so it does not steal optionsStig Bakken2002-05-121-0/+66
after the first non-option argument. Added test.