diff --git a/scorometer/tests/runner.sh b/scorometer/tests/runner.sh index f7d67c7..c47c425 100755 --- a/scorometer/tests/runner.sh +++ b/scorometer/tests/runner.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash EMPTY_DB=$(curl localhost:3000/song/1 -s | jq '.statusCode == 404') if [[ $EMPTY_DB == "true" ]]; then