summaryrefslogtreecommitdiff
path: root/tests/tests/defdistro-setup
blob: 24faa330e517a68aeb18ea4aeab9a6a12404f8aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash
. tests/lib

t-defdistro

t-select-package example
t-worktree 1.0

cd example

t-git-config dgit-suite.DGIT-SETUP-TREE.distro test-dummy

t-dgit setup-useremail
t-dgit setup-mergechangelogs
t-dgit setup-gitattributes

t-dgit setup-new-tree

t-ok