#!/bin/bash

set -e
. tests/lib

t-git pari-extra 3-1
t-archive pari-extra 3-2~dummy1

t-dgit clone $p
cd $p

t-cloned-fetched-good
t-has-ancestor debian/3-1

echo ok.
