Bug 719001 - diff --ignore-file-name-case does not seem to work
Summary: diff --ignore-file-name-case does not seem to work
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: diffutils
Version: 15
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Tim Waugh
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-07-05 12:15 UTC by redhatbug
Modified: 2011-08-12 16:23 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-08-04 13:49:04 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
diffutils-ignore-file-name-case.patch (2.77 KB, patch)
2011-08-04 13:48 UTC, Tim Waugh
no flags Details | Diff
0001-diff-apply-ignore-file-name-case-even-outside-recurs.patch (3.85 KB, patch)
2011-08-12 16:23 UTC, Tim Waugh
no flags Details | Diff

Description redhatbug 2011-07-05 12:15:57 UTC
Description of problem:
diff --ignore-file-name-case does not seem to work

Version-Release number of selected component (if applicable):


How reproducible:
See 1. t0 3. below

Steps to Reproduce:
1. Create the following script "diff--ignore-file-name-case-tst"

#! /bin/bash
mkdir -p zz
touch zz/readme
touch README
diff --ignore-file-name-case README zz

2. Run the script

[root@mbeast samples]# ./diff--ignore-file-name-case-tst

3. Output from script

diff: zz/README: No such file or directory

  
Actual results:
Output as 3 above

Expected results:
No error

Additional info:

Comment 1 Tim Waugh 2011-08-04 13:47:43 UTC
Reported upstream.

Comment 2 Tim Waugh 2011-08-04 13:48:34 UTC
Created attachment 516708 [details]
diffutils-ignore-file-name-case.patch

The patch I sent for upstream review.

Comment 3 Tim Waugh 2011-08-12 16:23:14 UTC
Created attachment 518059 [details]
0001-diff-apply-ignore-file-name-case-even-outside-recurs.patch

New patch submitted upstream.


Note You need to log in before you can comment on or make changes to this bug.