Skip to content
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

env -0 -u=o 6=C should be rejected #6166

Open
sylvestre opened this issue Mar 31, 2024 · 0 comments · May be fixed by #6711
Open

env -0 -u=o 6=C should be rejected #6166

sylvestre opened this issue Mar 31, 2024 · 0 comments · May be fixed by #6711
Labels

Comments

@sylvestre
Copy link
Sponsor Contributor

With our impl:

$ ./target/debug/coreutils env -0 -u=o 6=C
LACRITTY_LOG=/tmp/Alacritty-56177.logALACRITTY_SOCKET=/run/user[...]

With GNU:

$ LANG=C /usr/bin/env -0 -u=o 6=C
/usr/bin/env: cannot unset '=o': Invalid argument
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Status: No status
Development

Successfully merging a pull request may close this issue.

1 participant