Bug 719001

Summary: diff --ignore-file-name-case does not seem to work
Product: [Fedora] Fedora Reporter: redhatbug <mjmccaffrey>
Component: diffutilsAssignee: Tim Waugh <twaugh>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 15CC: twaugh
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-08-04 13:49:04 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
diffutils-ignore-file-name-case.patch
none
0001-diff-apply-ignore-file-name-case-even-outside-recurs.patch none

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.