vc-list-files-tests: Use $(PATH_SEPARATOR) instead of :.
authorSimon Josefsson <simon@josefsson.org>
Fri, 24 Apr 2009 07:38:49 +0000 (09:38 +0200)
committerSimon Josefsson <simon@josefsson.org>
Fri, 24 Apr 2009 07:38:49 +0000 (09:38 +0200)
ChangeLog
modules/vc-list-files-tests

index 11dcb3226af6fa04b543fb9c31fde99da18186e3..d419aafdfd6b5ffe21dc95fca0ee88624859fcec 100644 (file)
--- 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.
index 2650c444539614cda6b8cf5039aa776f970dbec6..c6bc07450ea3c626c118b26f21b26ef7b0d23ee9 100644 (file)
@@ -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"