summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-02-08 03:40:51 +0000
committerJim Meyering <jim@meyering.net>1999-02-08 03:40:51 +0000
commit3dea3dfe0354ec161ce148bbbdb41052dabe2bd7 (patch)
tree9bc8f7b23e84f2047aafcd0bf02fabc0c861525c /tests
parent70a87bf7ca1cba9e72c43ffdeec30f512f72fe5d (diff)
downloadcoreutils-3dea3dfe0354ec161ce148bbbdb41052dabe2bd7.tar.xz
(TESTS_ENVIRONMENT): Set PATH, not STTY.
Diffstat (limited to 'tests')
-rw-r--r--tests/stty/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stty/Makefile.am b/tests/stty/Makefile.am
index 9a2486414..3161bc923 100644
--- a/tests/stty/Makefile.am
+++ b/tests/stty/Makefile.am
@@ -3,4 +3,4 @@ AUTOMAKE_OPTIONS = 1.2f gnits
TESTS = row-col-1 basic-1
EXTRA_DIST = $(TESTS)
-TESTS_ENVIRONMENT = STTY=../../src/stty
+TESTS_ENVIRONMENT = PATH=../../src:$$PATH