aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc/piped_input.tests
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 /shell/hush_test/hush-misc/piped_input.tests
parent1237d627e9fd996cc3d96ba72629371739fef776 (diff)
downloadbusybox-cad20ced8603f2d4c1ff13fbf01cdccc9cb1b7aa.tar.gz
typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test/hush-misc/piped_input.tests')
-rwxr-xr-xshell/hush_test/hush-misc/piped_input.tests2
1 files changed, 1 insertions, 1 deletions
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:$?