diff options
Diffstat (limited to 'tests/touch')
-rw-r--r-- | tests/touch/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/touch/Makefile.am b/tests/touch/Makefile.am index b301696b9..55427c211 100644 --- a/tests/touch/Makefile.am +++ b/tests/touch/Makefile.am @@ -8,4 +8,4 @@ TESTS = \ EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ host_triplet=$(host_triplet) \ - PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" |