summaryrefslogtreecommitdiff
path: root/tests/tests/gitworktree
blob: 5d87858161bf051656302989407e58670885539d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/bash
set -e
. tests/lib

t-archive example 1.0-1
t-git-none

t-dgit --no-rm-on-error clone $p

mv $p maintree
cd maintree
git branch -m maintree-head
git worktree add ../$p
cd ../$p

t-dgit fetch

t-dgit setup-new-tree

t-dgit -wgf build

t-dgit -wgf push

t-ok