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

t-tstunt-parsechangelog

t-gbp-example-prep

t-dgit -wgf --quilt=gbp --dgit-view-save=split.b build-source

mkdir $tmp/empty
cd $tmp/empty
t-dgit --quilt=gbp --dgit-view-save=split.p \
	--ssh=$troot/ssh rpush somehost:$tmp/$p

cd $tmp/$p
t-gbp-pushed-good

t-ok