test.rst: fix runaway space

This commit is contained in:
Johannes Altmanninger 2022-01-16 12:09:51 +01:00
parent 97db9d5c38
commit 7aa0f4a2cf

View File

@ -21,7 +21,7 @@ Description
Tests the expression given and sets the exit status to 0 if true, and 1 if false. An expression is made up of one or more operators and their arguments.
The first form (``test``) is preferred. For compatibility with other shells, the second form is available: a matching pair of square brackets (``[ [EXPRESSION ] ]``).
The first form (``test``) is preferred. For compatibility with other shells, the second form is available: a matching pair of square brackets (``[ [EXPRESSION] ]``).
This test is mostly POSIX-compatible.