mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
pr: remove parameter header and get_input_type
pr: Remove parameter header from build_options pr: Remove unnecessary get_input_type
This commit is contained in:
parent
629236bd39
commit
64e2e1dbac
2 changed files with 41 additions and 67 deletions
|
@ -18,7 +18,7 @@ fn file_last_modified_time(ucmd: &UCommand, path: &str) -> String {
|
|||
|
||||
|
||||
#[test]
|
||||
fn test_output_multi_files_print_all_chars() {
|
||||
fn test_without_any_options() {
|
||||
let test_file_path = "test_one_page.log";
|
||||
let mut scenario = new_ucmd!();
|
||||
let value = file_last_modified_time(&scenario, test_file_path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue