mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
tests: check simple noops
This commit is contained in:
parent
bb1390aac5
commit
d08c9a6727
1 changed files with 12 additions and 0 deletions
12
test.sh
12
test.sh
|
|
@ -119,6 +119,18 @@ EOF
|
||||||
expecting <<EOF
|
expecting <<EOF
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
when_run <<EOF "only spaces returns nothing"
|
||||||
|
|
||||||
|
EOF
|
||||||
|
expecting <<EOF
|
||||||
|
EOF
|
||||||
|
|
||||||
|
when_run <<EOF "only tabs returns nothing"
|
||||||
|
|
||||||
|
EOF
|
||||||
|
expecting <<EOF
|
||||||
|
EOF
|
||||||
|
|
||||||
when_run <<EOF "simple commands are run"
|
when_run <<EOF "simple commands are run"
|
||||||
echo no files:
|
echo no files:
|
||||||
ls -a
|
ls -a
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue