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

« back to all changes in this revision

Viewing changes to t/t7101-reset.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:
10
10
    'creating initial files' \
11
11
    'mkdir path0 &&
12
12
     cp ../../COPYING path0/COPYING &&
13
 
     git-add path0/COPYING &&
 
13
     git add path0/COPYING &&
14
14
     git-commit -m add -a'
15
15
 
16
16
test_expect_success \
21
21
     cp ../../COPYING path1/COPYING &&
22
22
     cp ../../COPYING COPYING &&
23
23
     cp ../../COPYING path0/COPYING-TOO &&
24
 
     git-add path1/path2/COPYING &&
25
 
     git-add path1/COPYING &&
26
 
     git-add COPYING &&
27
 
     git-add path0/COPYING-TOO &&
 
24
     git add path1/path2/COPYING &&
 
25
     git add path1/COPYING &&
 
26
     git add COPYING &&
 
27
     git add path0/COPYING-TOO &&
28
28
     git-commit -m change -a'
29
29
 
30
30
test_expect_success \