From 06f6eeee3a7aaea881d7b399454762f65c8cec87 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Wed, 7 Oct 2020 08:29:32 +0200 Subject: Added Linux exit status and output conversion to macos --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') 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 -- cgit