tests: remove early exit

This commit is contained in:
Boris Faure 2020-07-07 00:12:00 +02:00
parent f29190bdaa
commit 6f4c7f02cb
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ printf '\033[0m'
# set cursor color
printf '\033]12;#ff00ff\007'
exit 0
# reset cursor color
printf '\033]112\007'