From 2861bd9a2687dbd744997fddcfe90475be525bf0 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 7 Sep 2015 11:39:52 +0200 Subject: Ensure that no by-hash file for "Release/InRelease is written" Git-Dch: ignore Brown-paperbag: yes Thanks: Donkult --- test/integration/test-apt-update-simple | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 test/integration/test-apt-update-simple (limited to 'test/integration/test-apt-update-simple') diff --git a/test/integration/test-apt-update-simple b/test/integration/test-apt-update-simple new file mode 100755 index 000000000..2ec8cef0c --- /dev/null +++ b/test/integration/test-apt-update-simple @@ -0,0 +1,15 @@ +#!/bin/sh +set -e + +TESTDIR=$(readlink -f $(dirname $0)) +. $TESTDIR/framework +setupenvironment +configarchitecture 'amd64' + +insertpackage 'unstable' 'unrelated' 'all' '0.5~squeeze1' +insertsource 'unstable' 'unrelated' 'all' '0.5~squeeze1' + +setupaptarchive --no-update +changetowebserver + +testsuccess aptget update -o Debug::Acquire::Auth=1 -- cgit v1.2.3