~ubuntu-branches/ubuntu/hardy/git-core/hardy-updates

« back to all changes in this revision

Viewing changes to t/t0020-crlf.sh

  • Committer: Package Import Robot
  • Author(s): Gerrit Pape
  • Date: 2007-11-01 08:35:46 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20071101083546-w9tywil7o688gow7
Tags: 1:1.5.3.5-1
* new upstream point release.
  * git-config: handle --file option with relative pathname properly;
    git-config: print error message if the config file cannot be read;
    git-config: don't silently ignore options after --list (closes:
    #445208).

Show diffs side-by-side

added added

removed removed

Lines of Context:
371
371
        }
372
372
'
373
373
 
 
374
test_expect_success 'invalid .gitattributes (must not crash)' '
 
375
 
 
376
        echo "three +crlf" >>.gitattributes &&
 
377
        git diff
 
378
 
 
379
'
 
380
 
374
381
test_done