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

« back to all changes in this revision

Viewing changes to t/t5000-tar-tree.sh

  • Committer: Package Import Robot
  • Author(s): Gerrit Pape
  • Date: 2007-04-22 13:31:05 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20070422133105-tkmhz328g2p0epz1
Tags: 1:1.5.1.2-1
* new upstream point release.
* debian/changelog.upstream: upstream changes taken from mailing list
  announcement.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
  The contents of the repository is compared to the extracted tar
12
12
  archive.  The repository contains simple text files, symlinks and a
13
 
  binary file (/bin/sh).  Only pathes shorter than 99 characters are
 
13
  binary file (/bin/sh).  Only paths shorter than 99 characters are
14
14
  used.
15
15
 
16
16
  git-tar-tree applies the commit date to every file in the archive it
130
130
    'validate file contents with prefix' \
131
131
    'diff -r a e/prefix/a'
132
132
 
 
133
test_expect_success \
 
134
    'git-archive --list outside of a git repo' \
 
135
    'GIT_DIR=some/non-existing/directory git-archive --list'
 
136
 
133
137
test_done