summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-01-13 11:34:11 -0800
committerJunio C Hamano <gitster@pobox.com>2014-01-13 11:34:54 -0800
commit7fe5e637abc0529785a2b29b0c408d02191a6555 (patch)
tree78101488d38c79a77ef063d7ba399a8ff20aec30
parent540cc75f38c9787ed012fba81b2af365621b484b (diff)
parent0df49bef95fe1668805cdb76abadfb82a8956b6b (diff)
downloadgit-7fe5e637abc0529785a2b29b0c408d02191a6555.tar.gz
Merge branch 'sb/diff-orderfile-config'
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
-rwxr-xr-xt/t4056-diff-order.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/t/t4056-diff-order.sh b/t/t4056-diff-order.sh
index 1ddd226b78..9e2b29ede5 100755
--- 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)" '