stdbuf: fix warning from uninlined_format_args (#10784)

This commit is contained in:
Daniel Hofstetter
2026-02-07 08:07:19 -05:00
committed by GitHub
parent 0bec48f48b
commit 2d5c28f344
+2 -3
View File
@@ -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