summaryrefslogtreecommitdiff
path: root/tests/tests/fetch-localgitonly
blob: 1177ed63500ce8cf052cf5071ea8b5f9998b6b13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash
set -e
. tests/lib

t-archive pari-extra 3-2~dummy1
t-git-none
t-worktree 3-1
cd $p
old=`git rev-parse HEAD`

t-dgit pull

t-cloned-fetched-good
t-has-ancestor $old

echo ok.