summaryrefslogtreecommitdiff
path: root/test/testdup.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.ivan2022-11-201-7/+7
* stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*trawick2014-01-181-4/+4
* Use the APR_FOPEN_* constants instead of the deprecated APR_* constantsminfrin2010-03-021-8/+8
* When we are done with apr_file_t's shall we close them?wrowe2007-10-121-0/+4
* Solve two sets of issues, only two possible changes, in onewrowe2007-10-061-2/+2
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Fix a host of tests that were using ABTS_INT_EQUAL to compare non-intwrowe2006-02-091-2/+2
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Add the line number to the verbose output from abts. This also removesrbb2004-05-141-44/+44
* Move the APR test suite from CuTest to abts. The output is cleaner,rbb2004-05-131-55/+55
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Clean up these dup2 tests by retaining the original stderr file whilewrowe2002-12-291-21/+39
* Fix several bugs where handle creation failed. Win32 doesn't (and otherwrowe2002-12-281-7/+11
* Fix a couple of tests that were checking return codes directly instead ofrbb2002-12-111-2/+2
* Migrate testdup to the new test suite.rbb2002-11-241-45/+116
* Update our copyright for this year.fielding2002-03-131-1/+1
* Change the new_file parameter of apr_file_dup2() so that it is perfectlyaaron2002-01-241-1/+1
* get the seek position initialized so that the rewind workstrawick2002-01-121-0/+1
* Next stage in getting testdup to work better and show better output :)dreid2002-01-121-17/+28
* Test for file duplication. Not perfect but at least this gets usdreid2002-01-111-0/+127