~ubuntu-branches/debian/sid/git/sid

« back to all changes in this revision

Viewing changes to t/t9010-svn-fe.sh

  • Committer: Package Import Robot
  • Author(s): Jonathan Nieder
  • Date: 2013-06-12 07:50:53 UTC
  • mfrom: (1.2.19) (2.1.31 experimental)
  • Revision ID: package-import@ubuntu.com-20130612075053-uue9xe0dq0rvm44y
Tags: 1:1.8.3.1-1
* merge branch debian-experimental
* new upstream point release (see RelNotes/1.8.3.1.txt).
* debian/watch: use xz-compressed tarballs from kernel.org.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
 
55
55
>empty
56
56
 
57
 
test_expect_success 'setup: have pipes?' '
58
 
        rm -f frob &&
59
 
        if mkfifo frob
60
 
        then
61
 
                test_set_prereq PIPE
62
 
        fi
63
 
'
64
 
 
65
57
test_expect_success PIPE 'empty dump' '
66
58
        reinit_git &&
67
59
        echo "SVN-fs-dump-format-version: 2" >input &&