Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'master' of https://github.com/vnwildman/git
[gitweb.git]
/
t
/
t4039-diff-assume-unchanged.sh
diff --git
a/t/t4039-diff-assume-unchanged.sh
b/t/t4039-diff-assume-unchanged.sh
index 23c0e357a765f00d807938fccf81a250c371ec4f..53ac44b0f0036803b48979c3c5f343ca02b1b80a 100755
(executable)
--- a/
t/t4039-diff-assume-unchanged.sh
+++ b/
t/t4039-diff-assume-unchanged.sh
@@
-34,9
+34,8
@@
test_expect_success POSIXPERM 'find-copies-harder is not confused by mode bits'
git add exec &&
git commit -m exec &&
git update-index --assume-unchanged exec &&
- >expect &&
git diff-files --find-copies-harder -- exec >actual &&
- test_
cmp expect
actual
+ test_
must_be_empty
actual
'
test_done