diff --git a/tests/xterm-set-cursor-color.sh b/tests/xterm-set-cursor-color.sh index 0d7004e1..3de747a4 100755 --- a/tests/xterm-set-cursor-color.sh +++ b/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'