From: Bruno Haible Date: Sat, 26 Nov 2022 16:58:32 +0000 (+0100) Subject: In 'trap' commands, prefer symbolic to numeric signal names. X-Git-Tag: v0.22~172 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=21e08dd928f6b1484989a4b2a01df19b27757f4c;p=thirdparty%2Fgettext.git In 'trap' commands, prefer symbolic to numeric signal names. * libtextstyle/gnulib-local/tests/test-term-ostream-xterm.sh: Use symbolic signal names. --- diff --git a/libtextstyle/gnulib-local/tests/test-term-ostream-xterm.sh b/libtextstyle/gnulib-local/tests/test-term-ostream-xterm.sh index a3a2b12ec..9371dc50b 100755 --- a/libtextstyle/gnulib-local/tests/test-term-ostream-xterm.sh +++ b/libtextstyle/gnulib-local/tests/test-term-ostream-xterm.sh @@ -1,7 +1,7 @@ #!/bin/sh tmpfiles="" -trap 'rm -fr $tmpfiles' 1 2 3 15 +trap 'rm -fr $tmpfiles' HUP INT QUIT TERM tmpfiles="$tmpfiles out1 out" # The redirection of stderr into a pipe avoids the output of padding bytes