diff options
Diffstat (limited to 'tests/cp')
-rw-r--r-- | tests/cp/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/Makefile.in b/tests/cp/Makefile.in index a9c161142..b429cb36c 100644 --- a/tests/cp/Makefile.in +++ b/tests/cp/Makefile.in @@ -160,7 +160,7 @@ TESTS = \ EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ MAKE=$(MAKE) \ - PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" subdir = tests/cp ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |