mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* modules/vc-list-files-tests (configure.ac): Define and AC_SUBST abs_aux_dir. (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing $(abs_top_srcdir) to each script and having each of them duplicate the work of setting PATH, set PATH here, using the new variable, abs_aux_dir instead. * tests/test-vc-list-files-cvs.sh: Don't set PATH here. * tests/test-vc-list-files-git.sh: Likewise. Reported by Bruno Haible.
15 lines
295 B
Plaintext
15 lines
295 B
Plaintext
Files:
|
|
tests/test-vc-list-files-git.sh
|
|
tests/test-vc-list-files-cvs.sh
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
abs_aux_dir=`cd "$ac_aux_dir"; pwd`
|
|
AC_SUBST([abs_aux_dir])
|
|
|
|
Makefile.am:
|
|
TESTS += test-vc-list-files-git.sh
|
|
TESTS += test-vc-list-files-cvs.sh
|
|
TESTS_ENVIRONMENT += PATH='$(abs_aux_dir)':"$$PATH"
|