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 11dcb32..d419aaf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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.
 
 2009-04-24  Simon Josefsson  <simon@josefsson.org>
index 2650c44..c6bc074 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"