Home | History | Annotate | Download | only in VCSUtils_unittest

Lines Matching full:force

56 $title = "generatePatchCommand: --force and no \"ensure force\".";
58 $argsHashRef = {options => ["--force"]};
61 ok($patchCommand eq "patch -p0 --force", $title);
65 $title = "generatePatchCommand: no --force and \"ensure force\".";
70 ok($patchCommand eq "patch -p0 --force", $title);
82 $title = "generatePatchCommand: --fuzz=3, --force.";
84 $argsHashRef = {options => ["--fuzz=3", "--force"]};
87 ok($patchCommand eq "patch -p0 --force --fuzz=3", $title);