Skip to content

Commit 7fe5e63

Browse files
committed
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
2 parents 540cc75 + 0df49be commit 7fe5e63

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

t/t4056-diff-order.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@ test_expect_success POSIXPERM,SANITY 'unreadable orderfile' '
6868
test_must_fail git diff -Ounreadable_file --name-only HEAD^..HEAD
6969
'
7070

71-
test_expect_success 'orderfile is a directory' '
72-
test_must_fail git diff -O/ --name-only HEAD^..HEAD
73-
'
74-
7571
for i in 1 2
7672
do
7773
test_expect_success "orderfile using option ($i)" '

0 commit comments

Comments
 (0)