diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-30 02:48:59 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-30 02:48:59 +0200 |
commit | 3a7034c27b7fa8f3f08e2ace769f165f46afa0e3 (patch) | |
tree | f7238271e574922b4bd06dd1768629a0be5293e1 /shell/hush_test/hush-trap | |
parent | 1b34d4f0b1d634eb8219d52c693fa80b99ed1bfa (diff) |
typo fix in a comment in a testcase. oh well...
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test/hush-trap')
-rwxr-xr-x | shell/hush_test/hush-trap/subshell.tests | 2 |
1 files changed, 1 insertions, 1 deletions
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) |