summaryrefslogtreecommitdiff
path: root/tests/tests/fetch-nogit
blob: 7937a6f3600e2bdcb7112cd0418dc13229c0081f (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