summary refs log tree commit diff stats
path: root/tests/system
Commit message (Collapse)AuthorAgeFilesLines
* use parseopt2 in parseopt2 testMichał Zieliński2013-12-101-1/+1
|
* Fix : and = precedence in parseopt.Michał Zieliński2013-12-101-4/+5
|
* Reimplement parseopt which parses arguments given as a sequence of strings, ↵Michał Zieliński2013-12-091-0/+17
| | | | not single string.
* restored files that 'koch clean' removedAraq2012-04-161-1/+1
|
* removed """ so unittest can handle itSimon Hafner2012-01-021-6/+1
|
* fixed the io tests so they run as intendedSimon Hafner2011-12-312-3/+3
| | | | | There is however a problem with the unittest. It does output colors even if stdout isn't a tty, so the test still fails.
* Disabled io tests because it blocks indefinitely.dom962011-12-311-0/+1
|
* MAP_ANONYMOUS is not always 0x20 for linux; changed the testsAraq2011-12-311-2/+3
|
* changed io testsAraq2011-12-311-1/+1
|
* fixes for readAllSimon Hafner2011-12-301-3/+7
|
* implemented readAll()Simon Hafner2011-12-222-0/+26