1
Fork 0
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:
tilakpatidar 2018-12-15 11:34:05 +05:30 committed by Max Semenik
parent 629236bd39
commit 64e2e1dbac
2 changed files with 41 additions and 67 deletions

View file

@ -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);