From dde8f03212e7605b693d75868733979f9bbc425d Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Tue, 12 Oct 2021 19:52:54 +0100 Subject: DECISIONS: Record environment clear decision Signed-off-by: Daniel Silverstone --- DECISIONS.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/DECISIONS.md b/DECISIONS.md index 00a41fb..fe67b1b 100644 --- a/DECISIONS.md +++ b/DECISIONS.md @@ -25,6 +25,18 @@ MSRV forward as and when our client projects move forward. Who: Daniel, Lars +## Do not clear/override all environment variables + +Date: 2021-10-08 + +What: We decided that the environment being "clean" is more the +resposibility of the caller of the test suite than of the test +suite itself. As such, we have decided to only set SHELL, HOME, +and TMPDIR. Importantly we do not override PATH etc. so that +things will work on NixOS etc. + +Who: Daniel, Lars. + ## Start decision log Date: 2021-09-11 -- cgit v1.2.1