From 2097978a4fe3c5326c31a274ad363f123c6b5d39 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Sat, 7 Feb 2026 13:46:10 +0100 Subject: [PATCH] stdbuf: fix warning from uninlined_format_args --- tests/by-util/test_stdbuf.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/by-util/test_stdbuf.rs b/tests/by-util/test_stdbuf.rs index 2f234f1830a..0b60ef4648f 100644 --- a/tests/by-util/test_stdbuf.rs +++ b/tests/by-util/test_stdbuf.rs @@ -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