aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2020-12-25 19:08:16 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2020-12-25 19:08:16 +0100
commitcad20ced8603f2d4c1ff13fbf01cdccc9cb1b7aa (patch)
tree38041ed6ca9e33349b67ce4711fddb8270df88fb
parent1237d627e9fd996cc3d96ba72629371739fef776 (diff)
downloadbusybox-cad20ced8603f2d4c1ff13fbf01cdccc9cb1b7aa.tar.gz
typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rwxr-xr-xshell/ash_test/ash-misc/piped_input.tests2
-rwxr-xr-xshell/hush_test/hush-misc/piped_input.tests2
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 @@
-exed 2>&1
+exec 2>&1
echo 'echo TEST; false' | $THIS_SH
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 @@
-exed 2>&1
+exec 2>&1
echo 'echo TEST; false' | $THIS_SH
echo One:$?