Jadi
Jadi
running `cargo test --features "df" --no-default-features` on my machine (Fedora 39) fails with: ``` test test_df::test_type_option ... ok test test_df::test_type_option_with_file ... FAILED failures: ---- test_df::test_type_option_with_file stdout ---- run: /home/jadi/w/coreutils/target/debug/coreutils df...
The test_cp and test_mv have xattr related tests. They should be disabled on OpenBSD after commit 19d42c033923e disabled the `compare_xattrs` function on OpenBSD. Related to #6349 Fixes #6348
The `cargo test` fails on OpenBSD due to not supporting `xattrs`. ``` failures: ---- common::util::tests::test_compare_xattrs stdout ---- thread 'common::util::tests::test_compare_xattrs' panicked at tests/common/util.rs:3628:56: called `Result::unwrap()` on an `Err` value: Custom {...
``` jadi@funlife ~/makenote (master) [1]> makenote first run Traceback (most recent call last): File "/opt/homebrew/bin/makenote", line 6, in from makenote import cli File "/opt/homebrew/lib/python3.11/site-packages/makenote/cli.py", line 29, in migrate_if_needed(config_filename) File "/opt/homebrew/lib/python3.11/site-packages/makenote/convert_old_db_to_new.py",...
if you played the game, and have ideas about the fuel start and fuel addition values, please comment.
Note: please do not do this one. I will do it on screencast.
panicked as soon as game started with ``` Pthread 'main' panicked at /Users/jadi/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/rng.rs:134:9:+++++++++++++++++++ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++cannot sample empty range +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace...
- Add proper UTC mode handling with -u flag - Improve TZ environment variable support - Add more TZ tests FIXES #7497 FIXES #7498