-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
ls: finish the plug of mtime #7016
Conversation
GNU testsuite comparison:
|
Marked as passed! |
a296b36
to
48bec57
Compare
GNU testsuite comparison:
|
GNU testsuite comparison:
|
tests/by-util/test_ls.rs
Outdated
let f = at.make_file("test-3"); | ||
f.set_modified(SystemTime::now()).unwrap(); | ||
let f = at.make_file("test-4"); | ||
f.set_modified(SystemTime::now()).unwrap(); |
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.
I would give those vars a different name than f
. It should allow you to get rid of the make_file
calls on lines 2119 and 2122.
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.
well done, thanks again :)
GNU testsuite comparison:
|
Will help with tests/ls/ls-time
GNU testsuite comparison:
|
Will help with tests/ls/ls-time