[PATCH] selftest: Fix a typo (SIGTERm --> SIGTERM)

Michael Adam obnox at samba.org
Tue Jul 29 06:20:11 MDT 2014


pushed

On 2014-07-29 at 19:01 +1000, Amitay Isaacs wrote:
> Hi,
> 
> Small patch attached.  Push if ok.
> 
> Amitay.

> From 30336e12e8ec302caf6504a199902766dd859e0c Mon Sep 17 00:00:00 2001
> From: Amitay Isaacs <amitay at gmail.com>
> Date: Tue, 29 Jul 2014 18:59:43 +1000
> Subject: [PATCH] selftest: Fix a typo (SIGTERm --> SIGTERM)
> 
> Signed-off-by: Amitay Isaacs <amitay at gmail.com>
> ---
>  selftest/selftest.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/selftest/selftest.py b/selftest/selftest.py
> index 8a1999a..4fffa01 100755
> --- a/selftest/selftest.py
> +++ b/selftest/selftest.py
> @@ -86,7 +86,7 @@ def handle_signal(sig, frame):
>      sys.stderr.write("Exiting early because of signal %s.\n" % sig)
>      sys.exit(1)
>  
> -for sig in (signal.SIGINT, signal.SIGQUIT, signal.SIGTERm, signal.SIGPIPE):
> +for sig in (signal.SIGINT, signal.SIGQUIT, signal.SIGTERM, signal.SIGPIPE):
>      signal.signal(sig, handle_signal)
>  
>  def skip(name):
> -- 
> 1.9.3
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20140729/93956cb6/attachment.pgp>


More information about the samba-technical mailing list