diff options
Diffstat (limited to 'test/integration/test-apt-get-download')
-rwxr-xr-x | test/integration/test-apt-get-download | 5 |
1 files changed, 0 insertions, 5 deletions
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 |