Skip to content

Commit 3f6d0d2

Browse files
committed
Update trimlast2 to expect fixed behaviour
1 parent ccc3a4a commit 3f6d0d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/trimlast2/run-test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ ${COMBINEDIFF} patch1 patch2 > patch12 2>errors || exit 1
3535
[ -s errors ] && exit 1
3636

3737
cat << EOF | cmp - patch12 || exit 1
38-
diff -u file file
39-
--- file
38+
diff -u file.orig file
39+
--- file.orig
4040
+++ file
4141
@@ -1,4 +1,4 @@
4242
-0

0 commit comments

Comments
 (0)