On Thu, Jun 04, 2009 at 12:53:08PM +0200, H.Merijn Brand wrote:

> tux:/tmp 123 > cc -O -s -o sigtest sigtest.c
> tux:/tmp 124 > ./sigtest
> Was default
> tux:/tmp 125 > at now
> warning: commands will be executed using /bin/sh
> at> /tmp/sigtest >/tmp/sigtest.out
> at> <EOT>
> job 12 at 2009-06-04 12:47
> tux:/tmp 126 > cat /tmp/sigtest.out
> Was default
> tux:/tmp 127 > crontab -l | grep sigtest
> 52 12 4 6 * /tmp/sigtest >/tmp/sigtest.out-cron
> tux:/tmp 128 > cat sigtest.out-cron
> Was ignore
> tux:/tmp 129 >

Thanks.

The test should be fixed in c8be058c40ba584eaa1b32e8b2fe754f679df51d - I've
changed it to test $SIG{KILL}

Nicholas Clark

Reply via email to