summaryrefslogtreecommitdiff
path: root/tests/tests/drs-push-masterupdate
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests/drs-push-masterupdate')
-rwxr-xr-xtests/tests/drs-push-masterupdate4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tests/drs-push-masterupdate b/tests/tests/drs-push-masterupdate
index 8457b59..7135467 100755
--- a/tests/tests/drs-push-masterupdate
+++ b/tests/tests/drs-push-masterupdate
@@ -13,7 +13,7 @@ git tag common-ancestor
revision=1
t-dgit build
-t-dgit push --new
+t-dgit push-built --new
push_and_check () {
git push $dgitrepo $1
@@ -24,7 +24,7 @@ push_and_check () {
git checkout master
t-commit 'Empty update'
t-dgit build
- t-dgit push --new
+ t-dgit push-built --new
t-pushed-good master
}