Closed asomers closed 1 year ago
PR #470 introduced a test regression:
> cargo test -p unftp-sbe-fs --lib tests::fileinfo_fmt ... running 1 test test tests::fileinfo_fmt ... FAILED failures: ---- tests::fileinfo_fmt stdout ---- thread 'tests::fileinfo_fmt' panicked at crates/unftp-sbe-fs/src/tests.rs:169:5: assertion failed: `(left == right)` Diff < left / right > : <-rwxr-xr-x 1 0 0 5 Jan 01 1970 tmp >-rwxr-xr-x 1 0 0 5 Jan 01 00:00 tmp
cc @hirevo
Originally posted by @asomers in https://github.com/bolcom/libunftp/issues/470#issuecomment-1677901729
This test failure (which isn't really a regression) seems to now be fixed in commit 27b009a.
Fixed
PR #470 introduced a test regression:
cc @hirevo
Originally posted by @asomers in https://github.com/bolcom/libunftp/issues/470#issuecomment-1677901729