-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
split produces one million lines of error messages in the GNU test suite #4073
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
Labels
Comments
or do &> /dev/null to redirect stderr too :) |
I believe this issue also causes this occasional failure:
|
Both options seem good to me. In the meantime, do we have any idea what's causing this? Seems like the working directory does not exist. How would something like that happen? |
Excellent work @miles170, thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
tests/split/filter.sh
test is still producing about one million lines ofshell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
. So, maybe we should skip that part of the test for the moment? I believe it is this part:Originally posted by @jfinkels in #3281 (comment)
The text was updated successfully, but these errors were encountered: