summaryrefslogtreecommitdiff
path: root/tests/tests/clone-nogit
blob: 978afb8eca4866eac737aeb480945a2b077baaa0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
set -e
. tests/lib

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

t-dgit clone $p

cd $p
t-cloned-fetched-good

echo ok