From 395eb462ba1fc1835ec9b6018f4427f41d78fa00 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 14 Sep 2022 01:34:15 +0800 Subject: 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. --- chapter08/bash.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chapter08') 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 + Several tests invoke the obsolete egrep + command and trigger a warning about the obsoletion. These warnings + should be ignored. + Install the package: make install -- cgit v1.2.3-54-g00ecf