summaryrefslogtreecommitdiff
path: root/tests/tests/clone-nogit
blob: d73b826b7fb0490d2fa3d3d1a74f34e42a876b8d (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