changeset 11497:f9fe7f78afa1

vc-list-files-tests: Use $(PATH_SEPARATOR) instead of :.
author Simon Josefsson <simon@josefsson.org>
date Fri, 24 Apr 2009 09:38:49 +0200
parents 7dc5cac2c07e
children 4eb7918a17d0
files ChangeLog modules/vc-list-files-tests
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-04-24  Simon Josefsson  <simon@josefsson.org>
+
+	* modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
+	'$(PATH_SEPARATOR)' instead of ':'.
+
 2009-04-24  Simon Josefsson  <simon@josefsson.org>
 
 	* lib/getopt1.c (main): Use 'const' for static array.
--- a/modules/vc-list-files-tests
+++ b/modules/vc-list-files-tests
@@ -11,4 +11,4 @@
 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"