diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-10-26 13:15:35 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-10-26 13:15:35 +0200 |
commit | 4135a75ab05f2546f4f9e9b3e69d71f477efc1e8 (patch) | |
tree | 5ac8fd35f89d2901a736046a15a1772e62ea68ee | |
parent | a513bf3c3ce0756c991b21c0ca271e24fedcdb51 (diff) | |
download | busybox-w32-4135a75ab05f2546f4f9e9b3e69d71f477efc1e8.tar.gz busybox-w32-4135a75ab05f2546f4f9e9b3e69d71f477efc1e8.tar.bz2 busybox-w32-4135a75ab05f2546f4f9e9b3e69d71f477efc1e8.zip |
typo fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rwxr-xr-x | shell/ash_test/ash-signals/return_in_trap1.tests | 4 | ||||
-rwxr-xr-x | shell/hush_test/hush-signals/return_in_trap1.tests | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/shell/ash_test/ash-signals/return_in_trap1.tests b/shell/ash_test/ash-signals/return_in_trap1.tests index f2498024f..4c0d53bde 100755 --- a/shell/ash_test/ash-signals/return_in_trap1.tests +++ b/shell/ash_test/ash-signals/return_in_trap1.tests | |||
@@ -11,8 +11,8 @@ a | |||
11 | 11 | ||
12 | echo d:$? | 12 | echo d:$? |
13 | # It's debatable what is the correct value above. | 13 | # It's debatable what is the correct value above. |
14 | # Does 'return' in trap sees $? == 2 or $? == 3? | 14 | # Does 'return' in trap see $? == 2 or $? == 3? |
15 | # IOW: after (kill..), does shell first wait for its completion | 15 | # IOW: after (kill..), does shell first wait for its completion |
16 | # and sets $?, then checks pending signals and runs a trap handler, | 16 | # and sets $?, then checks pending signals and runs a trap handler, |
17 | # or does it first checks pending signals and runs handler? | 17 | # or does it first check pending signals and runs handler? |
18 | # hush does the former, and prints 3. | 18 | # hush does the former, and prints 3. |
diff --git a/shell/hush_test/hush-signals/return_in_trap1.tests b/shell/hush_test/hush-signals/return_in_trap1.tests index f2498024f..4c0d53bde 100755 --- a/shell/hush_test/hush-signals/return_in_trap1.tests +++ b/shell/hush_test/hush-signals/return_in_trap1.tests | |||
@@ -11,8 +11,8 @@ a | |||
11 | 11 | ||
12 | echo d:$? | 12 | echo d:$? |
13 | # It's debatable what is the correct value above. | 13 | # It's debatable what is the correct value above. |
14 | # Does 'return' in trap sees $? == 2 or $? == 3? | 14 | # Does 'return' in trap see $? == 2 or $? == 3? |
15 | # IOW: after (kill..), does shell first wait for its completion | 15 | # IOW: after (kill..), does shell first wait for its completion |
16 | # and sets $?, then checks pending signals and runs a trap handler, | 16 | # and sets $?, then checks pending signals and runs a trap handler, |
17 | # or does it first checks pending signals and runs handler? | 17 | # or does it first check pending signals and runs handler? |
18 | # hush does the former, and prints 3. | 18 | # hush does the former, and prints 3. |