diff options
author | martin@piware.de <> | 2010-06-17 13:58:39 +0200 |
---|---|---|
committer | martin@piware.de <> | 2010-06-17 13:58:39 +0200 |
commit | 594bfe6a9f11e393469522fdea54444488d6f8a3 (patch) | |
tree | daa94bb778f72784b7093066fecc433b71b55357 /test | |
parent | 0311890f60a1075222acf066a6405cb452b475d0 (diff) |
test-indexes.sh: quiesce apt-get source; we know that we cannot verify package signatures
Diffstat (limited to 'test')
-rwxr-xr-x | test/test-indexes.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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* |