projects
/
git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'bc/maint-diff-hunk-header-fix' into maint
[git]
/
t
/
t3405-rebase-malformed.sh
diff --git
a/t/t3405-rebase-malformed.sh
b/t/t3405-rebase-malformed.sh
index
e4e2e64
..
e5ad67c
100755
(executable)
--- a/
t/t3405-rebase-malformed.sh
+++ b/
t/t3405-rebase-malformed.sh
@@
-41,8
+41,8
@@
test_expect_success rebase '
git rebase master side &&
git cat-file commit HEAD | sed -e "1,/^\$/d" >F1 &&
-
diff -u
F0 F1 &&
-
diff -u
F F0
+
test_cmp
F0 F1 &&
+
test_cmp
F F0
'
test_done