From ab25bf1f08ca605d3eb4c05619e8df495ccca30a Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sat, 18 Oct 2014 20:00:25 +0200 Subject: autorun permission tests for all apt-get update calls Adds some infrastructure to run tests automatically for certain commands. The first command being 'apt-get update' (and 'apt update') which check for correct permission and owner of the files in lists/. Git-Dch: Ignore --- test/integration/test-apt-get-download | 5 ----- 1 file changed, 5 deletions(-) (limited to 'test/integration/test-apt-get-download') diff --git a/test/integration/test-apt-get-download b/test/integration/test-apt-get-download index 9a154e5fb..48086d808 100755 --- a/test/integration/test-apt-get-download +++ b/test/integration/test-apt-get-download @@ -32,11 +32,6 @@ done testsuccess aptget update -# all copied files are properly chmodded -find rootdir/var/lib/apt/lists -type f | while read file; do - testaccessrights "$file" '644' -done - testdownload() { local APT="$2" if [ -n "$3" ]; then -- cgit v1.2.3