Make it work with non-executable scripts

This commit is contained in:
xpetit 2021-06-30 19:00:46 +02:00
parent 46be38140e
commit d7e724d52e
No known key found for this signature in database
GPG Key ID: 97C60669182C17A5
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ IFS='
echo insecure >> ~/.curlrc
caddy start &>/dev/null
submitted=$(./student/who-are-you.sh)
expected=$(./solutions/who-are-you.sh)
submitted=$(bash student/who-are-you.sh)
expected=$(bash solutions/who-are-you.sh)
caddy stop &>/dev/null