diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2020-12-25 19:08:16 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2020-12-25 19:08:16 +0100 |
commit | cad20ced8603f2d4c1ff13fbf01cdccc9cb1b7aa (patch) | |
tree | 38041ed6ca9e33349b67ce4711fddb8270df88fb | |
parent | 1237d627e9fd996cc3d96ba72629371739fef776 (diff) | |
download | busybox-w32-cad20ced8603f2d4c1ff13fbf01cdccc9cb1b7aa.tar.gz busybox-w32-cad20ced8603f2d4c1ff13fbf01cdccc9cb1b7aa.tar.bz2 busybox-w32-cad20ced8603f2d4c1ff13fbf01cdccc9cb1b7aa.zip |
typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rwxr-xr-x | shell/ash_test/ash-misc/piped_input.tests | 2 | ||||
-rwxr-xr-x | shell/hush_test/hush-misc/piped_input.tests | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/shell/ash_test/ash-misc/piped_input.tests b/shell/ash_test/ash-misc/piped_input.tests index ec7e49837..929fec0db 100755 --- a/shell/ash_test/ash-misc/piped_input.tests +++ b/shell/ash_test/ash-misc/piped_input.tests | |||
@@ -1,3 +1,3 @@ | |||
1 | exed 2>&1 | 1 | exec 2>&1 |
2 | echo 'echo TEST; false' | $THIS_SH | 2 | echo 'echo TEST; false' | $THIS_SH |
3 | echo One:$? | 3 | echo One:$? |
diff --git a/shell/hush_test/hush-misc/piped_input.tests b/shell/hush_test/hush-misc/piped_input.tests index ec7e49837..929fec0db 100755 --- a/shell/hush_test/hush-misc/piped_input.tests +++ b/shell/hush_test/hush-misc/piped_input.tests | |||
@@ -1,3 +1,3 @@ | |||
1 | exed 2>&1 | 1 | exec 2>&1 |
2 | echo 'echo TEST; false' | $THIS_SH | 2 | echo 'echo TEST; false' | $THIS_SH |
3 | echo One:$? | 3 | echo One:$? |