Bugzilla – Attachment 697 Details for
Bug 912
PATCH: Fix head(1) call in regress/yes-head.sh
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Path to use 'head -n LINES' instead of 'head -LINES'
yes-head.sh.patch (text/plain), 491 bytes, created by
Jason McCormick
on 2004-08-16 12:48:03 AEST
(
hide
)
Description:
Path to use 'head -n LINES' instead of 'head -LINES'
Filename:
MIME Type:
Creator:
Jason McCormick
Created:
2004-08-16 12:48:03 AEST
Size:
491 bytes
patch
obsolete
>--- regress/yes-head.sh.orig 2004-08-15 22:34:53.878139984 -0400 >+++ regress/yes-head.sh 2004-08-15 22:37:25.921025952 -0400 >@@ -4,7 +4,7 @@ > tid="yes pipe head" > > for p in 1 2; do >- lines=`${SSH} -$p -F $OBJ/ssh_proxy thishost 'sh -c "while true;do echo yes;done | head -2000"' | (sleep 3 ; wc -l)` >+ lines=`${SSH} -$p -F $OBJ/ssh_proxy thishost 'sh -c "while true;do echo yes;done | head -n 2000"' | (sleep 3 ; wc -l)` > if [ $? -ne 0 ]; then > fail "yes|head test failed" > lines = 0;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 912
: 697 |
748