bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

vc-list-files-tests: use $(PATH_SEPARATOR) instead of :.


From: Simon Josefsson
Subject: vc-list-files-tests: use $(PATH_SEPARATOR) instead of :.
Date: Fri, 24 Apr 2009 09:26:02 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.92 (gnu/linux)

Hi Jim.  Ok to push?

/Simon

diff --git a/ChangeLog b/ChangeLog
index 11dcb32..09c72c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2009-04-24  Simon Josefsson  <address@hidden>
 
+       * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
+       $(PATH_SEPARATOR) instead of :.
+
+2009-04-24  Simon Josefsson  <address@hidden>
+
        * lib/getopt1.c (main): Use 'const' for static array.
 
 2009-04-24  Simon Josefsson  <address@hidden>
diff --git a/modules/vc-list-files-tests b/modules/vc-list-files-tests
index 2650c44..c6bc074 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"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]