docs(file-checker): be specific about what behaviour need to be tested

This commit is contained in:
eslopfer 2023-01-16 18:35:45 +00:00
parent ef79658c09
commit 35cbdf6c85
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ $
### Hints ### Hints
[bash conditional expressions](https://www.gnu.org/software/bash/manual/html_node/Bash-Conditional-Expressions.html) can be used to solve this exercise. [bash conditional expressions](https://www.gnu.org/software/bash/manual/html_node/Bash-Conditional-Expressions.html) can be used to solve this exercise. When using those expressions, you only need to take into account it's default behavior.
For example for `script.sh`: For example for `script.sh`: