mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-19 04:21:06 +00:00
319c675f3e
Fix the `no_args_doesnt_break` test to avoid calling `from_raw_fd` twice on the same raw file descriptor, as that cause the file descriptor to be closed twice, which means it could accidentally close some unrelated newly created file descriptor.