summaryrefslogtreecommitdiff
path: root/tests/mixed-patch-types
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mixed-patch-types')
-rw-r--r--tests/mixed-patch-types8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/mixed-patch-types b/tests/mixed-patch-types
index abd6031..da17c75 100644
--- a/tests/mixed-patch-types
+++ b/tests/mixed-patch-types
@@ -29,8 +29,8 @@ index 0000000..01058d8
EOF
check 'patch --dry-run < mixed1.diff || echo "Status: $?"' <<EOF
-patching file f
-patching file g
+checking file f
+checking file g
EOF
# --------------------------------------------------------------
@@ -51,6 +51,6 @@ diff a/g b/g
EOF
check 'patch --dry-run < mixed2.diff || echo "Status: $?"' <<EOF
-patching file f
-patching file g
+checking file f
+checking file g
EOF