test_curses.sh: another typo - sfeed_tests - sfeed tests and RSS and Atom files
 (HTM) git clone git://git.codemadness.org/sfeed_tests
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 1d764896d05ce81cd03a1d7e74ab477d03267b66
 (DIR) parent 4198c70dd2bf98821509d9a85c6346be351fac40
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Thu, 16 Feb 2023 21:34:15 +0100
       
       test_curses.sh: another typo
       
       Diffstat:
         M test_curses.sh                      |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/test_curses.sh b/test_curses.sh
       @@ -393,7 +393,7 @@ manual() {
                echo "Press RETURN to continue"
                read p
        
       -        test_start "Test SIGTERM on pipe action (sfeed_content), should terminal restore tty attributes gracefully"
       +        test_start "Test SIGTERM on pipe action (sfeed_content), terminal should restore tty attributes gracefully"
                (sleep 2
                pgrep -f sfeed_content | xargs -n 1 pkill -P # kill process and its children.
                ) &