-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Head: ensure stdin input stream is correct on exit #7253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
GNU testsuite comparison: |
|
Will un-bork the non-unix build and post an update... |
df345cd to
34f2e06
Compare
|
GNU testsuite comparison: |
34f2e06 to
318e893
Compare
|
GNU testsuite comparison: |
f48b315 to
3cd59f0
Compare
|
GNU testsuite comparison: |
3cd59f0 to
9ee883a
Compare
|
GNU testsuite comparison: |
9ee883a to
01985ac
Compare
|
GNU testsuite comparison: |
e09cc93 to
bfccf75
Compare
|
GNU testsuite comparison: |
bfccf75 to
0995b49
Compare
|
GNU testsuite comparison: |
0995b49 to
9b6a133
Compare
|
GNU testsuite comparison: |
jfinkels
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code itself makes sense, I just have a question about the tests
9b6a133 to
0bd9733
Compare
Fix issue uutils#7028 Head tool now ensures that stdin is set to the last character that was output by the tool. This ensures that if any subsequent tools are run from the same input stream they will start at the correct point in the stream.
0bd9733 to
ad20cb3
Compare
|
GNU testsuite comparison: |
|
Thank you for your contribution ! 🥳 |
Head tool now ensures that stdin is set to the last character that was output by the tool. This ensures that if any subsequent tools are run from the same input stream they will start at the correct point in the stream.
These changes should fix the head-pos.sh GNU test. This is tracked by issue #7028.