chiark / gitweb /
Test dgit-repos-policy-debian with multiple (identical, as it happens) existing taints.
[dgit.git] / tests / tests / fetch-localgitonly
1 #!/bin/bash
2 set -e
3 . tests/lib
4
5 t-archive pari-extra 3-2~dummy1
6 t-git-none
7 t-worktree 3-1
8 cd $p
9 old=`git rev-parse HEAD`
10
11 t-dgit pull
12
13 t-cloned-fetched-good
14 t-has-ancestor $old
15
16 echo ok.