aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-10-07 08:29:32 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-10-07 08:32:55 +0200
commit06f6eeee3a7aaea881d7b399454762f65c8cec87 (patch)
tree5fcdf9a6283d61069c1226c4876c99af0da2ab83 /README.md
parent058491e35baa8bc73e14b48ceb765a3fe3c07e1f (diff)
downloadminishell_test-06f6eeee3a7aaea881d7b399454762f65c8cec87.tar.gz
minishell_test-06f6eeee3a7aaea881d7b399454762f65c8cec87.tar.bz2
minishell_test-06f6eeee3a7aaea881d7b399454762f65c8cec87.zip
Added Linux exit status and output conversion to macos
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1954d31..5c173ae 100644
--- a/README.md
+++ b/README.md
@@ -60,6 +60,10 @@ Their is 3 different method to enable the bonus tests:
* Set the environment variable `MINISHELL_TEST_BONUS` to `yes`
(e.g `echo 'export MINISHELL_TEST_BONUS=yes' >> ~/.zshrc`)
+## Linux
+
+The tester will try to convert to output/status code of bash on Linux to the one on Mac.
+
---
## Add new tests