From 11eebed20f4ba50cd3d2d2e322f72a2e04137023 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 7 Jan 2000 08:56:38 +0000 Subject: (TESTS_ENVIRONMENT): Add `pwd`/ prefix to exported PATH value (though not strictly necessary, here). --- tests/touch/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/touch/Makefile.am') diff --git a/tests/touch/Makefile.am b/tests/touch/Makefile.am index 60a478764..1da83fe32 100644 --- a/tests/touch/Makefile.am +++ b/tests/touch/Makefile.am @@ -4,4 +4,4 @@ AUTOMAKE_OPTIONS = 1.3 gnits TESTS = empty-file dir-1 dangling-symlink no-rights EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ - PATH=../../src:$$PATH + PATH=`pwd`/../../src:$$PATH -- cgit v1.2.3-54-g00ecf