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

« back to all changes in this revision

Viewing changes to t/t5100-mailinfo.sh

  • Committer: Package Import Robot
  • Author(s): Gerrit Pape
  • Date: 2007-04-22 13:31:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20070422133105-xg8fnm18r2cxcbg1
Tags: upstream-1.5.1.2
ImportĀ upstreamĀ versionĀ 1.5.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
        'git-mailsplit -o. ../t5100/sample.mbox >last &&
12
12
        last=`cat last` &&
13
13
        echo total is $last &&
14
 
        test `cat last` = 5'
 
14
        test `cat last` = 8'
15
15
 
16
16
for mail in `echo 00*`
17
17
do