summaryrefslogtreecommitdiff
path: root/tests/tests/push-newpackage
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests/push-newpackage')
-rwxr-xr-xtests/tests/push-newpackage16
1 files changed, 5 insertions, 11 deletions
diff --git a/tests/tests/push-newpackage b/tests/tests/push-newpackage
index 9954b3f..79355e3 100755
--- a/tests/tests/push-newpackage
+++ b/tests/tests/push-newpackage
@@ -2,20 +2,14 @@
set -e
. tests/lib
-t-archive-none pari-extra
-t-git-none
-t-worktree 3-1
-v=3-1
-cd $p
-git branch -m dgit/sid master
-git remote rm dgit
+t-prep-newpackage pari-extra 3-1
+cd $p
t-refs-same-start
t-ref-head
-LANG=C t-dgit push 2>&1 \
- | tee /dev/stderr \
- | grep 'package appears to be new in this suite' >/dev/null
+t-expect-push-fail 'package appears to be new in this suite' \
+t-dgit push
t-dgit build
@@ -33,4 +27,4 @@ t-dgit push --new
t-pushed-good master
-echo ok.
+t-ok