summaryrefslogtreecommitdiff
path: root/modules/update-copyright-tests
Commit message (Collapse)AuthorAgeFilesLines
* Don't augment PATH in TESTS_ENVIRONMENT.Bruno Haible2010-09-041-1/+1
| | | | | | | | | | * modules/update-copyright-tests (Makefile.am): In TESTS_ENVIRONMENT, set abs_aux_dir instead of augmenting PATH. * modules/vc-list-files-tests (Makefile.am): Likewise. * tests/test-update-copyright.sh: Augment PATH here. * tests/test-vc-list-files-cvs.sh: Augment PATH here, through path_prepend_. * tests/test-vc-list-files-git.sh: Likewise.
* update-copyright: fix bug for 2-digit last year and add testsJoel E. Denny2009-08-041-0/+12
* build-aux/update-copyright: Fix bug. Use UPDATE_COPYRIGHT_YEAR from environment as current year if specified. * modules/update-copyright-tests: New * tests/test-update-copyright.sh: New.