Home | History | Annotate | Download | only in VCSUtils_unittest

Lines Matching refs:patch

37 $title = "runPatchCommand: Unsuccessful patch, forcing.";
39 # Since $patch has no "Index:" path, passing this to runPatchCommand
41 my $patch = <<'END';
42 Garbage patch contents
46 # patch: **** Only garbage was found in the patch input.
48 $exitStatus = callSilently(\&runPatchCommand, $patch, ".", "file_to_patch.txt", $argsHashRef);
58 $patch = <<END;
74 $exitStatus = runPatchCommand($patch, ".", $fileToPatch, $argsHashRef);
82 $exitStatus = runPatchCommand($patch, ".", $fileToPatch, $argsHashRef);
91 $exitStatus = runPatchCommand($patch, ".", $fileToPatch, $argsHashRef);