diff options
author | Jim Meyering <jim@meyering.net> | 1999-07-15 16:14:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-07-15 16:14:13 +0000 |
commit | 6dc48e999d32fcfc79077aeb29e1f35ddf913967 (patch) | |
tree | 17c3d9bda23f9c9f1de4322a276182578eabcfe9 /tests/md5sum | |
parent | f3825709921f4672f9c0abd2ff92dad0fb38719f (diff) | |
download | coreutils-6dc48e999d32fcfc79077aeb29e1f35ddf913967.tar.xz |
Revert the 1999-02-15 change.
Diffstat (limited to 'tests/md5sum')
-rw-r--r-- | tests/md5sum/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/md5sum/Makefile.am b/tests/md5sum/Makefile.am index 040e322f0..19b099b92 100644 --- a/tests/md5sum/Makefile.am +++ b/tests/md5sum/Makefile.am @@ -7,6 +7,6 @@ TESTS_ENVIRONMENT = \ srcdir=$(srcdir) \ PERL="@PERL@" \ PATH=../../src:$$PATH \ - PROG='md5sum --text' + PROG=md5sum TESTS = basic-1 newline-1 |