From: martin@piware.de <> Date: Thu, 17 Jun 2010 11:58:39 +0000 (+0200) Subject: test-indexes.sh: quiesce apt-get source; we know that we cannot verify package signatures X-Git-Tag: 0.8.0~9^2~17^2~6^2~7 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/594bfe6a9f11e393469522fdea54444488d6f8a3 test-indexes.sh: quiesce apt-get source; we know that we cannot verify package signatures --- diff --git a/test/test-indexes.sh b/test/test-indexes.sh index ce2c36481..916532183 100755 --- a/test/test-indexes.sh +++ b/test/test-indexes.sh @@ -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*