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

test '(' foo should fail like GNU's #4555

Closed
sylvestre opened this issue Mar 19, 2023 · 0 comments · Fixed by #4558
Closed

test '(' foo should fail like GNU's #4555

sylvestre opened this issue Mar 19, 2023 · 0 comments · Fixed by #4558
Labels

Comments

@sylvestre
Copy link
Contributor

Working on a fuzzer for test:

$ ./target/debug/coreutils test '(' foo
test: missing argument after ‘Literal("foo")’
$ LANG=C /usr/bin/test '(' foo
/usr/bin/test: missing argument after 'foo'

We should have the same output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
1 participant