From: Jim Meyering Date: Wed, 12 May 1999 15:54:52 +0000 (+0000) Subject: Use `%%' place-holder that Makefile.am rule expects. X-Git-Tag: TEXTUTILS-1_22l~27 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=048a38dc5413f2fa001ea6a205ec7901842740c2;p=thirdparty%2Fcoreutils.git Use `%%' place-holder that Makefile.am rule expects. --- diff --git a/tests/.env-warn b/tests/.env-warn index 0c19e2d330..a94d814e79 100644 --- a/tests/.env-warn +++ b/tests/.env-warn @@ -1,8 +1,8 @@ ***************************** WARNING ************************************ - You seem to have set the POSIXLY_CORRECT environment variable, + You seem to have set the %% environment variable, this might cause some of the tests in this package to fail. - If any test fails, clear POSIXLY_CORRECT from the environment, + If any test fails, clear %% from the environment, and rerun all tests. ***************************** WARNING ************************************