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

« back to all changes in this revision

Viewing changes to t/t3403-rebase-skip.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:
49
49
        '
50
50
 
51
51
test_expect_success 'merge and reference trees equal' \
52
 
        'test -z "`git-diff-tree skip-merge skip-reference`"'
 
52
        'test -z "`git diff-tree skip-merge skip-reference`"'
53
53
 
54
54
test_debug 'gitk --all & sleep 1'
55
55
 
56
56
test_done
57