Skip to content

Commit

Permalink
Merge branch 'sb/diff-orderfile-config'
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Junio C Hamano committed Jan 13, 2014
2 parents 540cc75 + 0df49be commit 7fe5e63
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions t/t4056-diff-order.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)" '
Expand Down

0 comments on commit 7fe5e63

Please sign in to comment.