billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=6f4c7f02cbf9d17dc45ead769106d5bdc1506014

commit 6f4c7f02cbf9d17dc45ead769106d5bdc1506014
Author: Boris Faure <bill...@gmail.com>
Date:   Tue Jul 7 00:12:00 2020 +0200

    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 0d7004e..3de747a 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'

-- 


Reply via email to