mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-05-13 15:13:36 +00:00
* tests/init.sh (compare_) [MSys]: Use a temporary file on MSYS2. * tests/test-update-copyright.sh: Use the test framework. (compare): Remove function. * modules/update-copyright-tests (Depends-on): Add test-framework-sh.
14 lines
242 B
Plaintext
14 lines
242 B
Plaintext
Files:
|
|
tests/test-update-copyright.sh
|
|
|
|
Depends-on:
|
|
test-framework-sh
|
|
|
|
configure.ac:
|
|
abs_aux_dir=`cd "$ac_aux_dir"; pwd`
|
|
AC_SUBST([abs_aux_dir])
|
|
|
|
Makefile.am:
|
|
TESTS += test-update-copyright.sh
|
|
TESTS_ENVIRONMENT += abs_aux_dir='$(abs_aux_dir)'
|