mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
stdbuf: fix warning from uninlined_format_args (#10784)
This commit is contained in:
@@ -105,9 +105,8 @@ fn test_stdbuf_search_order_exe_dir_first() {
|
||||
|
||||
assert!(
|
||||
loaded_from_exe_dir,
|
||||
"libstdbuf should be loaded from exe directory ({}), not from LIBSTDBUF_DIR. LD_DEBUG output:\n{}",
|
||||
temp_path.display(),
|
||||
stderr
|
||||
"libstdbuf should be loaded from exe directory ({}), not from LIBSTDBUF_DIR. LD_DEBUG output:\n{stderr}",
|
||||
temp_path.display()
|
||||
);
|
||||
|
||||
// The command should succeed and produce the expected output
|
||||
|
||||
Reference in New Issue
Block a user