summaryrefslogtreecommitdiff
path: root/tests/md5sum
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-03-27 23:07:53 +0000
committerJim Meyering <jim@meyering.net>1999-03-27 23:07:53 +0000
commit7ca462d86501161050aeb8deb4753ceeac3646bf (patch)
tree4c9059cf1fcd33e9d3ce0ae0646fdcf40a63825b /tests/md5sum
parent81e166e0ce96dd725b9ccc3320471473065f2d6a (diff)
downloadcoreutils-7ca462d86501161050aeb8deb4753ceeac3646bf.tar.xz
.
Diffstat (limited to 'tests/md5sum')
-rw-r--r--tests/md5sum/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/md5sum/Makefile.in b/tests/md5sum/Makefile.in
index f626c384b..b47b5931b 100644
--- a/tests/md5sum/Makefile.in
+++ b/tests/md5sum/Makefile.in
@@ -10,7 +10,6 @@
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
-
SHELL = @SHELL@
srcdir = @srcdir@
@@ -89,6 +88,7 @@ USE_NLS = @USE_NLS@
VERSION = @VERSION@
l = @l@
+
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) srcdir=$(srcdir) PERL="@PERL@" PATH=../../src:$$PATH PROG='md5sum --text'