chiark / gitweb /
autopkgtests: provide t-git and pari-extra_3-1.git.tar (not currently used)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 17 Nov 2013 18:20:47 +0000 (18:20 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 24 Nov 2013 17:45:28 +0000 (17:45 +0000)
tests/git-srcs/pari-extra_3-1.git.tar [new file with mode: 0644]
tests/lib

diff --git a/tests/git-srcs/pari-extra_3-1.git.tar b/tests/git-srcs/pari-extra_3-1.git.tar
new file mode 100644 (file)
index 0000000..1673c72
Binary files /dev/null and b/tests/git-srcs/pari-extra_3-1.git.tar differ
index 3e1a5be1a3d4f0642b6821a1d60979606280e272..3234054f6d4f75f155949082673f265287a77fc8 100644 (file)
--- a/tests/lib
+++ b/tests/lib
@@ -37,6 +37,11 @@ t-worktree () {
        tar xf $troot/worktrees/${p}_$1.tar
 }
 
+t-git () {
+       mkdir -p $tmp/git
+       (set -e; cd $tmp/git; tar xf $troot/git-srcs/${p}_$v.git.tar)
+}
+
 t-git-none () {
        mkdir -p $tmp/git
        (set -e; cd $tmp/git; tar xf $troot/git-template.tar)