resolution tests pwd dans false positive

This commit is contained in:
Hugo LAMY
2021-12-22 12:36:25 +01:00
parent 5aba1963ff
commit c8848afe79
6 changed files with 75 additions and 67 deletions

View File

@@ -10,3 +10,11 @@ pwd
export HOME=/
cd
pwd
export HOME="not_a_path"
cd
pwd
export HOME="~/Desktop"
cd
pwd