summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2022-12-11 18:45:57 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2022-12-11 20:55:29 +0000
commit1405aa3c39a53ad6364622ecd2e18d892b2a1f09 (patch)
treed97a94b80ea7f2aae56659496264e2a53ae0453a /tests
parent632f09ccf1247e6eb3be5741d3bcca39b4aa4430 (diff)
dgit: Make rpush be a configurable alias like push
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/tests/rpush2
-rwxr-xr-xtests/tests/rpush-quilt2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/tests/rpush b/tests/tests/rpush
index 3ccf605..9bff006 100755
--- a/tests/tests/rpush
+++ b/tests/tests/rpush
@@ -21,7 +21,7 @@ t-dgit --dpkg-buildpackage:-d build
mkdir $tmp/empty
cd $tmp/empty
-t-dgit --ssh=$troot/ssh rpush somehost:$tmp/$p
+t-dgit --ssh=$troot/ssh rpush-built somehost:$tmp/$p
cd $tmp/$p
t-pushed-good dgit/sid
diff --git a/tests/tests/rpush-quilt b/tests/tests/rpush-quilt
index bb49fc6..aca403a 100755
--- a/tests/tests/rpush-quilt
+++ b/tests/tests/rpush-quilt
@@ -11,7 +11,7 @@ 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
+ --ssh=$troot/ssh rpush-built somehost:$tmp/$p
cd $tmp/$p
t-gbp-pushed-good