aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshell/hush_test/hush-misc/nommu3.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush_test/hush-misc/nommu3.tests b/shell/hush_test/hush-misc/nommu3.tests
index 0aca67a67..ac82a6a11 100755
--- a/shell/hush_test/hush-misc/nommu3.tests
+++ b/shell/hush_test/hush-misc/nommu3.tests
@@ -7,7 +7,7 @@ func()
7 7
8pipe_to_func() 8pipe_to_func()
9{ 9{
10 # We had a NOMMU bug which caused "echo Ok |" part ot be lost 10 # We had a NOMMU bug which caused "echo Ok |" part to be lost
11 echo Ok | func 11 echo Ok | func
12} 12}
13 13