summaryrefslogtreecommitdiff
path: root/tests/tests/clone-nogit
blob: 709aa1fa4947edebbe0e4ced07cbf8aa42e0b566 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash
set -e
. tests/lib

t-git-none
t-archive pari-extra 3-1

t-dgit clone $p

cd $p
t-cloned-fetched-good

t-archive pari-extra 3-2~dummy1

t-dgit pull
t-cloned-fetched-good

echo ok