summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-06-18 10:01:54 +0200
committerJim Meyering <meyering@redhat.com>2008-06-18 10:01:54 +0200
commit61f94d4dbcd6af82b3b2fa7dcc965740950aebb1 (patch)
tree23f3081104a7b4df27a1bb938fba6a1705ee85e8 /tests
parenta087f17a441ee9ebd0fbf18ca80e23ef92040bbb (diff)
downloadcoreutils-61f94d4dbcd6af82b3b2fa7dcc965740950aebb1.tar.xz
* tests/check.mk: Fix a typo in a comment.
Diffstat (limited to 'tests')
-rw-r--r--tests/check.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check.mk b/tests/check.mk
index 3ac5e4221..c494da0fe 100644
--- a/tests/check.mk
+++ b/tests/check.mk
@@ -43,7 +43,7 @@ check: vc_exe_in_TESTS
built_programs = \
(cd $(top_builddir)/src && MAKEFLAGS= $(MAKE) -s built_programs.list)
-# Note that the first lines are statements. They ensures that environment
+# Note that the first lines are statements. They ensure that environment
# variables that can perturb tests are unset or set to expected values.
# The rest are envvar settings that propagate build-related Makefile
# variables to test scripts.