summaryrefslogtreecommitdiff
path: root/tests/tests/push-newpackage
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests/push-newpackage')
-rwxr-xr-xtests/tests/push-newpackage11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/tests/push-newpackage b/tests/tests/push-newpackage
index eea5685..030507f 100755
--- a/tests/tests/push-newpackage
+++ b/tests/tests/push-newpackage
@@ -18,6 +18,17 @@ LANG=C t-dgit push 2>&1 \
| grep 'package appears to be new in this suite' >/dev/null
t-dgit build
+
+git checkout bogus
+
+set +e
+(set -e; t-dgit push --new)
+rc=$?
+set -e
+if [ $rc = 0 ]; then fail "push succeeded when tree mismatch"; fi
+
+git checkout master
+
t-dgit push --new
t-pushed-good master