tests: remove early exit

devs/bu5hm4n/fix-for-billiob
Boris Faure 3 years ago
parent f29190bdaa
commit 6f4c7f02cb
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
  1. 2
      tests/xterm-set-cursor-color.sh

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

Loading…
Cancel
Save