From df762569f6a197ed670df94741c4dfa9203e0994 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 17 Nov 2013 18:20:47 +0000 Subject: autopkgtests: provide t-git and pari-extra_3-1.git.tar (not currently used) --- tests/git-srcs/pari-extra_3-1.git.tar | Bin 0 -> 51200 bytes tests/lib | 5 +++++ 2 files changed, 5 insertions(+) create mode 100644 tests/git-srcs/pari-extra_3-1.git.tar (limited to 'tests') 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 index 0000000..1673c72 Binary files /dev/null and b/tests/git-srcs/pari-extra_3-1.git.tar differ diff --git a/tests/lib b/tests/lib index 3e1a5be..3234054 100644 --- 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) -- cgit v1.2.3