mirror of
https://github.com/uutils/coreutils.git
synced 2025-07-07 21:45:01 +00:00
fuzz: use new "<"/">" operators in fuzz_test
This commit is contained in:
parent
34fb0dd197
commit
41f1c6b2da
1 changed files with 8 additions and 0 deletions
|
@ -65,6 +65,14 @@ fn generate_test_args() -> Vec<TestArg> {
|
|||
arg: "!=".to_string(),
|
||||
arg_type: ArgType::STRINGSTRING,
|
||||
},
|
||||
TestArg {
|
||||
arg: ">".to_string(),
|
||||
arg_type: ArgType::STRINGSTRING,
|
||||
},
|
||||
TestArg {
|
||||
arg: "<".to_string(),
|
||||
arg_type: ArgType::STRINGSTRING,
|
||||
},
|
||||
TestArg {
|
||||
arg: "-eq".to_string(),
|
||||
arg_type: ArgType::INTEGERINTEGER,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue