summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-02-02 19:36:48 +0000
committerJim Meyering <jim@meyering.net>2003-02-02 19:36:48 +0000
commita9a663e42bc94e4b79db723316c65fdd76b292c2 (patch)
treeb815b1cb6a48370a964a4a45de90f5898102a11c /tests
parent7be64fb6879f0dc57e8a3aef16810e6a66c13784 (diff)
downloadcoreutils-a9a663e42bc94e4b79db723316c65fdd76b292c2.tar.xz
tweak syntax to make it consistent with others
Diffstat (limited to 'tests')
-rw-r--r--tests/stty/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/stty/Makefile.am b/tests/stty/Makefile.am
index bdb272be8..31b235763 100644
--- a/tests/stty/Makefile.am
+++ b/tests/stty/Makefile.am
@@ -3,4 +3,5 @@ AUTOMAKE_OPTIONS = 1.2f gnits
TESTS = row-col-1 basic-1
EXTRA_DIST = $(TESTS)
-TESTS_ENVIRONMENT = PATH=`pwd`/../../src:$$PATH
+TESTS_ENVIRONMENT = \
+ PATH=`pwd`/../../src:$$PATH