From a808932529dc260a92e876a3a187f61300c5e171 Mon Sep 17 00:00:00 2001 From: Ali Caglayan Date: Mon, 6 Feb 2023 10:16:39 +0100 Subject: [PATCH] doc: fix cram test in doc (#6995) Signed-off-by: Ali Caglayan --- doc/tests.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/tests.rst b/doc/tests.rst index adee779cfda..f216e2a352b 100644 --- a/doc/tests.rst +++ b/doc/tests.rst @@ -612,10 +612,11 @@ access their contents in the test script ``run.t``: .. code:: bash - $ wc -l foo | awk '{ print $1 }' - 4 - $ wc -l $(ls bar) | awk '{ print $1 }' - 1231 + Testing wc: + $ wc -l foo | awk '{ print $1 }' + 4 + $ wc -l $(ls bar) | awk '{ print $1 }' + 1231 Test Options