2007-05-17 Li Yuan <li.yuan@sun.com>
authorliyuan <liyuan@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Thu, 17 May 2007 09:21:16 +0000 (09:21 +0000)
committerliyuan <liyuan@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Thu, 17 May 2007 09:21:16 +0000 (09:21 +0000)
        * test/Makefile.am:
        Bug #439057. Add the original PATH to PATH.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@928 e2bd861d-eb25-0410-b326-f6ed22b6b98c

ChangeLog
test/Makefile.am

index 2e28f5c..12e39a5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-05-17  Li Yuan <li.yuan@sun.com>
+
+       * test/Makefile.am:
+       Bug #439057. Add the original PATH to PATH.
+
 2007-04-23  Li Yuan <li.yuan@sun.com>
 
        * configure.in, NEWS:
index d01d290..fad3d4c 100644 (file)
@@ -43,5 +43,5 @@ TESTS = test-simple
 
 TESTS_ENVIRONMENT =                                    \
        LD_LIBRARY_PATH=$(top_builddir)/libspi/.libs/:$(top_builddir)/cspi/.libs/       \
-       PATH=$(top_builddir)/registryd/.libs
+       PATH=$(top_builddir)/registryd/.libs/:$(PATH)