blob: e523e8aaa0b2c2a316b7195d1f1b0439027a3330 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
.. program:: minishell_test
Disclaimer
==========
Environement variables
----------------------
| This test only gives the ``PATH`` and ``TERM`` environment variables to your minishell by default.
| You can change the value of ``PATH`` in the :ref:`configuration <config-path-variable>`.
You can test this quickly with :option:`--try`.
.. warning::
Please check that your project still work with this environment before creating an issue or messaging me on Slack.
|