changeset 31188:95c9c45f7bd0

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 26adfc1500fa
children 67d17362e4a6
files ChangeLog modules/vc-list-files-tests
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Apr 24 08:50:50 2009 +0200
+++ b/ChangeLog	Fri Apr 24 09:38:49 2009 +0200
@@ -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	Fri Apr 24 08:50:50 2009 +0200
+++ b/modules/vc-list-files-tests	Fri Apr 24 09:38:49 2009 +0200
@@ -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"