diff options
author | Jim Meyering <jim@meyering.net> | 1999-05-12 15:54:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-05-12 15:54:52 +0000 |
commit | 048a38dc5413f2fa001ea6a205ec7901842740c2 (patch) | |
tree | 9cddfb5a8e6d118d893b64e510c9034f8fdbfc7e | |
parent | ece1dc4e517f9febe45e010b216e512b78f06ebd (diff) | |
download | coreutils-048a38dc5413f2fa001ea6a205ec7901842740c2.tar.xz |
Use `%%' place-holder that Makefile.am rule expects.
-rw-r--r-- | tests/.env-warn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/.env-warn b/tests/.env-warn index 0c19e2d33..a94d814e7 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 ************************************ |