From 6f4c7f02cbf9d17dc45ead769106d5bdc1506014 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Tue, 7 Jul 2020 00:12:00 +0200 Subject: [PATCH] tests: remove early exit --- tests/xterm-set-cursor-color.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'