diff options
-rw-r--r-- | tests/ln/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/ln/Makefile.am b/tests/ln/Makefile.am index 24d58d97e..6e80fc35b 100644 --- a/tests/ln/Makefile.am +++ b/tests/ln/Makefile.am @@ -1,6 +1,7 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. AUTOMAKE_OPTIONS = 1.2 gnits -TESTS = sf-1 misc +TESTS = sf-1 misc backup-1 EXTRA_DIST = $(TESTS) -TESTS_ENVIRONMENT = LN=../../src/ln +TESTS_ENVIRONMENT = \ + PATH=`pwd`/../../src:$$PATH |