bug-coreutils
[Top][All Lists]
Advanced

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

minor fix to prevent test failure


From: Jim Meyering
Subject: minor fix to prevent test failure
Date: Thu, 08 Jan 2004 15:19:45 +0100

Since I am unable to sync the master coreutils repository
to the copy on savannah's repository, ...

I've just made this minor change:

        * tests/Makefile.am (TESTS_ENVIRONMENT): Remove `/vg' (prerelease test
        remnant) from PATH component.  That would cause tests in this directory
        not to run the just-built binaries, but rather whatever happened
        to be in one's PATH.  Reported by Christian Krackowizer.

Index: tests/Makefile.am
===================================================================
RCS file: /fetish/cu/tests/Makefile.am,v
retrieving revision 1.14
diff -u -p -u -p -r1.14 Makefile.am
--- tests/Makefile.am   20 Dec 2003 11:32:32 -0000      1.14
+++ tests/Makefile.am   8 Jan 2004 14:10:26 -0000
@@ -14,7 +14,7 @@ TESTS = help-version
 TESTS_ENVIRONMENT = \
   all_programs="`$(all_programs)`" \
   PACKAGE_BUGREPORT=$(PACKAGE_BUGREPORT) \
-  PATH="`pwd`/../src/vg$(PATH_SEPARATOR)$$PATH"
+  PATH="`pwd`/../src$(PATH_SEPARATOR)$$PATH"
 
 EXTRA_DIST = \
   $(TESTS) .env-warn Fetish.pm Makefile.am.in README envvar-check \




reply via email to

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