From: Jim Meyering Date: Sun, 7 Mar 1999 13:14:21 +0000 (+0000) Subject: (TESTS_ENVIRONMENT): Run md5sum with the --text option (for MSDOS). X-Git-Tag: FILEUTILS-4_0e~196 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21e69c40021baf08a79a0acd761ca538d47717d1;p=thirdparty%2Fcoreutils.git (TESTS_ENVIRONMENT): Run md5sum with the --text option (for MSDOS). --- diff --git a/tests/md5sum/Makefile.am b/tests/md5sum/Makefile.am index 0d1dfe7e28..b437eb9f83 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 + PROG='md5sum --text' TESTS = basic-1