diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-09-14 01:34:15 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-09-14 01:34:15 +0800 |
commit | 395eb462ba1fc1835ec9b6018f4427f41d78fa00 (patch) | |
tree | 0cdaf759c426e41f8d228b4fc3b59515b92fabcc /chapter08 | |
parent | 2844cded1c151d8b6f3e073e5f32119bef352892 (diff) |
bash: document egrep warnings in tests
The test suite says "Any output from any test, unless otherwise noted,
indicates a possible anomaly". So we should note those warnings.
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/bash.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter08/bash.xml b/chapter08/bash.xml index 4ea981d5b..1dd020f28 100644 --- a/chapter08/bash.xml +++ b/chapter08/bash.xml @@ -87,6 +87,10 @@ lassign [wait] _ _ _ value exit $value EOF</userinput></screen> + <para>Several tests invoke the obsolete <command>egrep</command> + command and trigger a warning about the obsoletion. These warnings + should be ignored.</para> + <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> |