-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
mv --exchange ft #8391
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
base: main
Are you sure you want to change the base?
mv --exchange ft #8391
Conversation
GNU testsuite comparison:
|
GNU testsuite comparison:
|
Can you also look into fixing the GNU test? I guess it suddenly enabled itself now that you support some of the feature:
|
GNU testsuite comparison:
|
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.
Thanks!
Just one question, wondering if we can use use nix
crate -- we use it in many other places already, so that's probably simpler.
Oh, the test is still unhappy ,-( |
implements the --exchange flag for linux systems with testing clippy checks - added test for testing -T - switched print statement to match GNU exchange format - switched to using the translate! macro instead of get_message took out duplicate uses removed mv-exchange checks in build-gnu.sh cargo fmt swapped RENAME_EXCHANGE with nix renameat Cargo.lock clippy fix formatting, test error messages and reverted build-gnu.sh
Yup sorry still working on this part, trying to mock the tests on macOS was messy, trying docker now |
GNU testsuite comparison:
|
GNU testsuite comparison:
|
I need to document this somewhere... lima could be useful. I've used it recently to run SELinux tests (on a non-SELinux Linux box -- that's what we do in CI too), but Command dump from my scratchpad:
|
GNU testsuite comparison:
|
implements the --exchange flag for linux systems with testing
fixes #8220