test-indexes.sh: quiesce apt-get source; we know that we cannot verify package signatures
authormartin@piware.de <>
Thu, 17 Jun 2010 11:58:39 +0000 (13:58 +0200)
committermartin@piware.de <>
Thu, 17 Jun 2010 11:58:39 +0000 (13:58 +0200)
test/test-indexes.sh

index ce2c364..9165321 100755 (executable)
@@ -103,7 +103,8 @@ check_install() {
 # test apt-get source
 check_get_source() {
     echo "--- apt-get source"
-    $APT_GET source $TEST_PKG
+    # quiesce: it'll complain about not being able to verify the signature
+    $APT_GET source $TEST_PKG >/dev/null 2>&1
     test -f $TEST_SRC_*.dsc
     test -d $TEST_SRC-*
     rm -r $TEST_SRC*