Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sb/diff-orderfile-config'
author
Junio C Hamano
<gitster@pobox.com>
Mon, 13 Jan 2014 19:34:11 +0000
(11:34 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 13 Jan 2014 19:34:54 +0000
(11:34 -0800)
Finishing touches to avoid casting unnecessary detail in stone.
* sb/diff-orderfile-config:
diff test: reading a directory as a file need not error out
t/t4056-diff-order.sh
patch
|
blob
|
history
raw
(from parent 1:
540cc75
)
diff --git
a/t/t4056-diff-order.sh
b/t/t4056-diff-order.sh
index 1ddd226b7850dbeecba255e2b4f4164ce2ff8b67..9e2b29ede508e3d0822f5eb607db2ae4896611e6 100755
(executable)
--- a/
t/t4056-diff-order.sh
+++ b/
t/t4056-diff-order.sh
@@
-68,10
+68,6
@@
test_expect_success POSIXPERM,SANITY 'unreadable orderfile' '
test_must_fail git diff -Ounreadable_file --name-only HEAD^..HEAD
'
-test_expect_success 'orderfile is a directory' '
- test_must_fail git diff -O/ --name-only HEAD^..HEAD
-'
-
for i in 1 2
do
test_expect_success "orderfile using option ($i)" '