tests: check simple noops

This commit is contained in:
Khaïs COLIN 2025-04-07 18:41:44 +02:00
parent bb1390aac5
commit d08c9a6727
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo

12
test.sh
View file

@ -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