From fc94cc9ee2f10c5aec1955818d7f1669380c24f8 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Fri, 24 Apr 2009 09:38:49 +0200 Subject: [PATCH] vc-list-files-tests: Use $(PATH_SEPARATOR) instead of :. --- ChangeLog | 5 +++++ modules/vc-list-files-tests | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 11dcb3226..d419aafdf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2009-04-24 Simon Josefsson + * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use + '$(PATH_SEPARATOR)' instead of ':'. + +2009-04-24 Simon Josefsson + * lib/getopt1.c (main): Use 'const' for static array. 2009-04-24 Simon Josefsson diff --git a/modules/vc-list-files-tests b/modules/vc-list-files-tests index 2650c4445..c6bc07450 100644 --- a/modules/vc-list-files-tests +++ b/modules/vc-list-files-tests @@ -11,4 +11,4 @@ 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" +TESTS_ENVIRONMENT += PATH='$(abs_aux_dir)'$(PATH_SEPARATOR)"$$PATH" -- 2.11.0