diff options
author | Jim Meyering <jim@meyering.net> | 1999-02-08 03:40:51 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-02-08 03:40:51 +0000 |
commit | 3dea3dfe0354ec161ce148bbbdb41052dabe2bd7 (patch) | |
tree | 9bc8f7b23e84f2047aafcd0bf02fabc0c861525c /tests | |
parent | 70a87bf7ca1cba9e72c43ffdeec30f512f72fe5d (diff) | |
download | coreutils-3dea3dfe0354ec161ce148bbbdb41052dabe2bd7.tar.xz |
(TESTS_ENVIRONMENT): Set PATH, not STTY.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/stty/Makefile.am | 2 |
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 |