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

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

t-dgit clone $p

t-diff-nogit extract/$p-3 $p
cd $p
t-clean-on-branch dgit/sid
t-refs-same HEAD remotes/dgit/dgit/sid

echo ok