]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-apt-cdrom
merge debian/sid into debian/experimental
[apt.git] / test / integration / test-apt-cdrom
index 3a33219fe166ec2b41c6600730c27ee25b9ae20a..7f4b3c2576bbae6cb4840a088cf46d13bb072c09 100755 (executable)
@@ -125,7 +125,6 @@ $CDROM_POST" aptcdromlog add
 msgtest 'Test for the german description translation of' 'testing'
 aptcache show testing -o Acquire::Languages=de | grep -q '^Description-de: ' && msgpass || msgfail
 rm -rf rootdir/var/lib/apt/lists
-mkdir -p rootdir/var/lib/apt/lists/partial
 testequal "$CDROM_PRE
 Found 2 package indexes, 1 source indexes, 1 translation indexes and 1 signatures
 $CDROM_POST" aptcdromlog add
@@ -147,5 +146,5 @@ testcdromusage
 
 msgmsg 'Check that nothing touched our' 'CD-ROM'
 for file in $(find rootdir/media/cdrom-unmounted/dists); do
-       testfilestats "$file" '%U:%G:%a' '=' "${USER}:${USER}:555"
+       testfilestats "$file" '%U:%G:%a' '=' "${TEST_DEFAULT_USER}:${TEST_DEFAULT_GROUP}:555"
 done