From 3a7034c27b7fa8f3f08e2ace769f165f46afa0e3 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 30 Sep 2009 02:48:59 +0200 Subject: typo fix in a comment in a testcase. oh well... Signed-off-by: Denys Vlasenko --- shell/hush_test/hush-trap/subshell.tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/hush_test/hush-trap/subshell.tests') diff --git a/shell/hush_test/hush-trap/subshell.tests b/shell/hush_test/hush-trap/subshell.tests index b5d6094d6..4564c2ee2 100755 --- a/shell/hush_test/hush-trap/subshell.tests +++ b/shell/hush_test/hush-trap/subshell.tests @@ -11,7 +11,7 @@ trap 'bad: caught WINCH' WINCH # With TERM we'll check whether it is reset 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 -QUIT $PPID'; echo Ok) (bash -c 'kill -SYS $PPID'; echo Ok) -- cgit v1.2.3