aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-misc/piped_input.tests
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ash_test/ash-misc/piped_input.tests')
-rwxr-xr-xshell/ash_test/ash-misc/piped_input.tests2
1 files changed, 1 insertions, 1 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:$?