support prefixed names (#231)

This commit is contained in:
oech3
2026-06-03 21:11:29 +09:00
committed by GitHub
parent 250f935efe
commit 58da229c09
2 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ mod common {
"Expected utility name as second argument, got nothing.\n",
));
for subcmd in ["diff", "cmp"] {
for subcmd in ["diff", "cmp", "uu-diff", "uucmp"] {
let mut cmd = cargo_bin_cmd!("diffutils");
cmd.arg(subcmd);
cmd.arg("--foobar");