summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-10-13 15:47:23 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-10-13 16:46:47 +0100
commit4d40038a08552bc4340b603169fdf5da13473e41 (patch)
tree0fd9d4c2bf666964dba2eaed60098382da255155 /tests
parent1d5fcc08324200339c57ab8c6cac1c8ad9e9943a (diff)
test suite: push-source*: Drop --dpkg-buildpackage:-d
These have been here since these test was created. I think this must have been done by copying the example of some other tests - but those other tests didn't use the `example' test package and actually needed it. `example' does not. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/tests/push-source2
-rwxr-xr-xtests/tests/push-source-with-changes6
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/tests/push-source b/tests/tests/push-source
index f0eafb8..79c4636 100755
--- a/tests/tests/push-source
+++ b/tests/tests/push-source
@@ -12,7 +12,7 @@ cd $p
t-refs-same-start
t-ref-head
-t-dgit --dpkg-buildpackage:-d push-source --new
+t-dgit push-source --new
t-pushed-good master
t-push-was-source-only
diff --git a/tests/tests/push-source-with-changes b/tests/tests/push-source-with-changes
index f15ef30..2a123c3 100755
--- a/tests/tests/push-source-with-changes
+++ b/tests/tests/push-source-with-changes
@@ -13,7 +13,7 @@ t-ref-head
# (1) try pushing a changes file containing binaries
-t-dgit --dpkg-buildpackage:-d build -F
+t-dgit build -F
t-expect-push-fail 'user-specified changes file is not source-only' \
t-dgit -C ../${p}_1.0_multi.changes push-source --new
@@ -21,9 +21,9 @@ t-dgit -C ../${p}_1.0_multi.changes push-source --new
# (2) try pushing a source-only changes file
t-expect-fail F:'tree contains uncommitted files' \
-t-dgit --dpkg-buildpackage:-d build-source
+t-dgit build-source
-t-dgit -wddn --dpkg-buildpackage:-d build-source
+t-dgit -wddn build-source
t-dgit -C ../${p}_1.0_source.changes push-source --new
t-pushed-good master