summaryrefslogtreecommitdiff
path: root/tests/remember-reject-files
Commit message (Collapse)AuthorAgeFilesLines
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
| | | | Run "make update-copyright".
* maint: update copyright date year ranges to include 2011Jim Meyering2011-03-271-1/+1
| | | | | * bootstrap.conf (gnulib_modules): Add update-copyright. Run "make update-copyright".
* Some test suite fixes and improvementsAndreas Gruenbacher2010-05-041-1/+0
| | | | | | | | * tests/test-lib.sh: Flag tests with missing pre-requirements as SKIPped instead of PASSed. Do not use GNU diff extensions, but still require a diff that understands "-u". * tests: Do not unnecessarily require GNU diff in a lot of tests. Make the sed utility optional.
* Cross-platform compatibility improvementsAndreas Gruenbacher2009-03-241-2/+0
|
* Remember which reject files have been createdAndreas Gruenbacher2009-03-221-0/+67
When a patch references a file more than once, patch may override reject files it had just created. Avoid this by first checking whether we have created reject files ourselves, and append to such files instead of overwriting them in that case. (This is similar to the backup file case except that in the backup case, we must skip creating another backup instead of appending.)