Skip to content

head: "writes" to /dev/full without error but shouldn't #7029

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

Closed
jfinkels opened this issue Dec 30, 2024 · 0 comments · Fixed by #7068
Closed

head: "writes" to /dev/full without error but shouldn't #7029

jfinkels opened this issue Dec 30, 2024 · 0 comments · Fixed by #7068
Labels

Comments

@jfinkels
Copy link
Collaborator

Environment: Ubuntu 20.04, main branch (git commit dddbc17), GNU coreutils v9.5.218-7e5b6

What happens now: uutils head:

$ echo abc | ./target/debug/head > /dev/full

(it terminates with no error message and exit status 0)

What I expected to happen: GNU head:

$ echo abc | head > /dev/full
head: write error: No space left on device
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant