summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGabriel F. T. Gomes <gabriel@inconstante.eti.br>2018-03-18 12:02:11 -0300
committerGabriel F. T. Gomes <gabriel@inconstante.eti.br>2018-03-18 12:02:11 -0300
commit9cd22d1df8f0f5b554858471c86faa9f37b8fed4 (patch)
tree6399b936aecc388506ec32cfc10fdb06cfc1949f /doc
parent6d88f1055806932d9291f96847d2b691cccda2cd (diff)
downloadbash-completion-9cd22d1df8f0f5b554858471c86faa9f37b8fed4.tar.gz
New upstream version 2.8upstream/2.8
Diffstat (limited to 'doc')
-rw-r--r--doc/testing.txt13
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/testing.txt b/doc/testing.txt
index 0e7d3d31..2ce7f373 100644
--- a/doc/testing.txt
+++ b/doc/testing.txt
@@ -57,10 +57,10 @@ The tests are grouped into different areas, called _tool_ in DejaGnu:
*completion*::
Functional tests per completion.
-*install*::
+*install*::
Functional tests for installation and caching of the main bash-completion
package.
-*unit*::
+*unit*::
Unit tests for bash-completion helper functions.
Each tool has a slightly different way of loading the test fixtures, see
@@ -184,7 +184,6 @@ test-run fails.
set -e # Exit if simple command fails
set -u # Error if variable is undefined
-CRON=running
LOG=/tmp/bash-completion.log~
# Retrieve latest sources
@@ -282,7 +281,7 @@ looking for):
UNRESOLVED: Tab should complete ssh known-hosts at prompt
---------------------------------------------------------
-From there, search up for the first line saying:
+From there, search up for the first line saying:
-------------------------------------------------
expect: does "..." match regular expression "..."
@@ -418,7 +417,7 @@ in `dbg.log` to find out what's going wrong. Open `dbg.log` and search for
FAIL: Environment should stay clean
-----------------------------------
-From there, search up for the first line saying:
+From there, search up for the first line saying:
-------------------------------------------------
expect: does "..." match regular expression "..."
@@ -495,8 +494,8 @@ When the completions are tested, invoking DejaGnu will result in a call to
| ,--+-+ "Actual completion tests" |
V / +------------------------------+
+----------+-----------+ +-----------------------+
- | completion/*.exp +<---| lib/completions/*.exp |
- +----------+-----------+ +-----------------------+
+ | completion/*.exp +<---| lib/completions/*.exp |
+ +----------+-----------+ +-----------------------+
| \ ,+--------------------------------+
| `----------------------+-+ "Completion invocation tests" |
V +----------------------------------+