mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-17 09:28:25 +01:00
Fix unit tests
This commit is contained in:
parent
3f72ef4cdd
commit
ebd48d406e
1 changed files with 2 additions and 2 deletions
|
@ -1481,7 +1481,7 @@ fn test_exec_batch() {
|
||||||
&["foo", "--exec-batch", "echo", "{}", "{}"],
|
&["foo", "--exec-batch", "echo", "{}", "{}"],
|
||||||
"error: Only one placeholder allowed for batch commands\n\
|
"error: Only one placeholder allowed for batch commands\n\
|
||||||
\n\
|
\n\
|
||||||
Usage: fd-find [OPTIONS] [PATTERN] [PATH]...\n\
|
Usage: fd-find [OPTIONS] [pattern] [path]...\n\
|
||||||
\n\
|
\n\
|
||||||
For more information try '--help'\n\
|
For more information try '--help'\n\
|
||||||
",
|
",
|
||||||
|
@ -1501,7 +1501,7 @@ fn test_exec_batch() {
|
||||||
&["foo", "--exec-batch", "echo {}"],
|
&["foo", "--exec-batch", "echo {}"],
|
||||||
"error: First argument of exec-batch is expected to be a fixed executable\n\
|
"error: First argument of exec-batch is expected to be a fixed executable\n\
|
||||||
\n\
|
\n\
|
||||||
Usage: fd-find [OPTIONS] [PATTERN] [PATH]...\n\
|
Usage: fd-find [OPTIONS] [pattern] [path]...\n\
|
||||||
\n\
|
\n\
|
||||||
For more information try '--help'\n\
|
For more information try '--help'\n\
|
||||||
",
|
",
|
||||||
|
|
Loading…
Reference in a new issue