-
Idea:
Start a bash interactive session with `minishell_tester --addtest`
This should start bash with pexpect and log all the commands that you send via stdin.
Every command line should then be added t…
-
-
Line 1: cd .. \n pwd Success!
_________________________________________________________________
Line 2: cd /Users \n pwd Success!
_________________________________________________________________
…
-
Tester gets stuck after executing first pipe test.
Redirects result in errors when testing.
-
```
minishell$ /bin/ls | | /bin/ls
minishell: execve: Bad address
Makefile codecov.yml googletest minishell tests
README.md coverage.mk include readline …
-
## Description
If PATH is not defined on executing bash, bash will set default PATH value:
"/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:."
### ref
https://github.com/bmin…
-
## Minishell_tests actual results:
```
———————————— manual_tests/heredoc
Test 1: ❌ cat
-
I'm consistently failing microshell and Im not sure why.
Could it be an issue with the tester on cluster computers or am I missing something ?
Thanks for any help, I thought I was ready for the exam…
-
We need to make sure it works as in eval sheet:
- [X] Execute commands but this time use a relative path.
- [X] Repeat multiple times in different directories with a complex relative path (lots of…
-