Home | History | Annotate | Download | only in VCSUtils_unittest

Lines Matching refs:patch

50 $title = "runPatchCommand: Unsuccessful patch, forcing.";
52 # Since $patch has no "Index:" path, passing this to runPatchCommand
54 my $patch = <<'END';
55 Garbage patch contents
59 # patch: **** Only garbage was found in the patch input.
61 $exitStatus = callSilently(\&runPatchCommand, $patch, ".", "file_to_patch.txt", $argsHashRef);
71 $patch = <<END;
87 $exitStatus = runPatchCommand($patch, ".", $fileToPatch, $argsHashRef);
95 $exitStatus = runPatchCommand($patch, ".", $fileToPatch, $argsHashRef);
104 $exitStatus = runPatchCommand($patch, ".", $fileToPatch, $argsHashRef);