chiark / gitweb /
test suite: push-source*: Drop --dpkg-buildpackage:-d
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 13 Oct 2018 14:47:23 +0000 (15:47 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 13 Oct 2018 15:46:47 +0000 (16:46 +0100)
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>
tests/tests/push-source
tests/tests/push-source-with-changes

index f0eafb8b39f3f9e19476dd8b834b4a95937f70e0..79c4636f80034c9255e3eba8eb896c88c4eac5b7 100755 (executable)
@@ -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
index f15ef30038597b272f496e255cf2799481f4e952..2a123c337edbe219a932afc6654a6fa2d8815851 100755 (executable)
@@ -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