Просмотр исходного кода

test-indexes.sh: quiesce apt-get source; we know that we cannot verify package signatures

martin@piware.de лет назад: 16
Родитель
Сommit
594bfe6a9f
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      test/test-indexes.sh

+ 2 - 1
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*