aboutsummaryrefslogtreecommitdiff
path: root/docs/custom_test.rst
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-03-01 14:49:41 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-03-01 14:49:41 +0100
commite57cde648e801c949ea342ca4ff372fa9d2ad25c (patch)
treed33989dc187283ea83a2e3e85473744f953105c6 /docs/custom_test.rst
parenta0f278b13a1347663fd9626322b30e7b87615a0d (diff)
downloadminishell_test-e57cde648e801c949ea342ca4ff372fa9d2ad25c.tar.gz
minishell_test-e57cde648e801c949ea342ca4ff372fa9d2ad25c.tar.bz2
minishell_test-e57cde648e801c949ea342ca4ff372fa9d2ad25c.zip
Added linux documentation
Diffstat (limited to 'docs/custom_test.rst')
-rw-r--r--docs/custom_test.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/custom_test.rst b/docs/custom_test.rst
index 32d3ec3..366fb88 100644
--- a/docs/custom_test.rst
+++ b/docs/custom_test.rst
@@ -70,7 +70,7 @@ Compare Files
Export Variables
++++++++++++++++
-Add environment variable passed to your executable with the ``exports`` dictionnary.
+Add environment variable passed to your executable with the ``exports`` dictionary.
.. note::
Those variables will be passed **in addition** of the default exports (i.e ``PATH`` and ``TERM``).
@@ -104,8 +104,8 @@ Output
return output.replace("foo", "bar")
test("echo @@foo foo foo@@", hook=replace_foo_by_bar_hook)
- # initial output: @@foo foo foo@@
- # after passedf through hook: @@bar bar bar@@
+ # initial output: @@foo foo foo@@
+ # after passed through hook: @@bar bar bar@@
Status Code
^^^^^^^^^^^