test unitaires a peu pres ok :)
This commit is contained in:
14
tests/unit_tests/ut_heredocs.sh
Normal file
14
tests/unit_tests/ut_heredocs.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
COMMANDE=' echo "hugo"'
|
||||
# cat << EOF
|
||||
# hello you
|
||||
# EOF'
|
||||
|
||||
#echo "$COMMANDE" | bash -i &>file.log
|
||||
#echo "$COMMANDE" | ./minishell &>file.log
|
||||
|
||||
#cat << EOF
|
||||
#hello
|
||||
#EOF
|
||||
|
||||
Reference in New Issue
Block a user