typo fix in a comment in a testcase. oh well...

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2009-09-30 02:48:59 +02:00
parent 1b34d4f0b1
commit 3a7034c27b

View File

@ -11,7 +11,7 @@ trap 'bad: caught WINCH' WINCH
# With TERM we'll check whether it is reset # With TERM we'll check whether it is reset
trap 'bad: caught TERM' TERM trap 'bad: caught TERM' TERM
# using bash, becuase we don't have $PPID (yet) # using bash, because we don't have $PPID (yet)
(bash -c 'kill -HUP $PPID'; echo Ok) (bash -c 'kill -HUP $PPID'; echo Ok)
(bash -c 'kill -QUIT $PPID'; echo Ok) (bash -c 'kill -QUIT $PPID'; echo Ok)
(bash -c 'kill -SYS $PPID'; echo Ok) (bash -c 'kill -SYS $PPID'; echo Ok)