diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-10-29 14:17:32 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-10-29 14:17:32 +0100 |
| commit | d3ea6e61b70bf6bf8173f35ce0b3abbd264f24aa (patch) | |
| tree | b0ad7fee627904811062b4d3a7e8cf041c5ac45a /README.md | |
| parent | 5d701e1c3c4e90211fa4d85787452a9eb46cf15f (diff) | |
| download | minishell_test-d3ea6e61b70bf6bf8173f35ce0b3abbd264f24aa.tar.gz minishell_test-d3ea6e61b70bf6bf8173f35ce0b3abbd264f24aa.tar.bz2 minishell_test-d3ea6e61b70bf6bf8173f35ce0b3abbd264f24aa.zip | |
Added echo edge case
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ Test for the minishell project of school 42. ## Usage -The default path to your project is `..` but you can change it the the [configuration](src/config.py). +The default path to your project is `../minishell` but you can change it the the [configuration](src/config.py). ```sh $ ./run # run all tests |
