-
```
unset PWD;
cd somewhere;
echo $OLDPWD;
```
With this command bash will display nothing, but minishell will display the actual previous directory.
It seems as bash assigns `OLDPWD` dire…
-
Coucou,
Si je tape `ls` puis je fais tab, il ne me propose pas `ls` dans la liste.
Si je tape `ema` puis je fais tab, il devrai m'auto-remplir avec `emacs` car tous les résultats commencent par emac…
-
minishell/builtins/exit/002-status-passed-as-argument (FAILED)
Description:
The purpose of this test is to check that using a number as first argument with the builtin `exit` results in the Sh…
-
minishell/builtins/exit/003-status-of-last-command (FAILED)
Description:
The purpose of this test is to check that using the builtin `exit` without any argument results in a Shell termination …
-
minishell/builtins/exit/errors/001-too-many-args (FAILED)
Description:
The purpose of this test is to check that using a wrong number of arguments with the builtin `exit` does not result in th…
-
Hi,
I wanted to test my libft, but it looks like one of the memset tests won't compile :
```
In file included from ./project.h:16:0,
from tests/00_part1_ft_memset.spec.c:1:
tests/00_…