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

« back to all changes in this revision

Viewing changes to t/t7002-grep.sh

  • Committer: Package Import Robot
  • Author(s): Gerrit Pape
  • Date: 2007-10-04 08:27:01 UTC
  • mfrom: (1.1.23)
  • Revision ID: package-import@ubuntu.com-20071004082701-rsd058ontoqz4i30
Tags: 1:1.5.3.4-1
new upstream point release (closes: #445188).

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
                diff expected actual
108
108
        '
109
109
 
 
110
        test_expect_failure "grep -c $L (no /dev/null)" '
 
111
                git grep -c test $H | grep -q "/dev/null"
 
112
        '
 
113
 
110
114
done
111
115
 
112
116
test_done