thanks Jeremie Courreges-Anglas for tracking down failures with regression tests. Patchutils is a small collection of programs that operate on patch files. Interdiff: generate incremental patch from two patches against common source Combinediff: generate single patch from two incremental patches Filterdiff: separate patches applying to files matching a wildcard Fixcvsdiff: corrects output of 'cvs diff' Rediff/Editdiff: corrects hand-edited patches Lsdiff: identify files affected by a patch file Splitdiff: separates patches from a patch file Grepdiff: displays a list of the files modified by a patch where the patch contains a given regular expression Recountdiff: fixes up counts and offsets in a unified diff Unwrapdiff: fixes word-wrapped unified diffs
10 lines
275 B
Plaintext
10 lines
275 B
Plaintext
$OpenBSD: patch-tests_combine3_run-test,v 1.1.1.1 2013/04/20 17:06:31 sthen Exp $
|
|
--- tests/combine3/run-test.orig Fri Apr 19 00:38:48 2013
|
|
+++ tests/combine3/run-test Fri Apr 19 00:38:51 2013
|
|
@@ -1,4 +1,4 @@
|
|
-#!/bin/bash
|
|
+#!/bin/sh
|
|
|
|
# This is a combinediff(1) testcase.
|
|
|