]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-apt-progress-fd-conffile
don't install new deps of candidates for kept back pkgs
[apt.git] / test / integration / test-apt-progress-fd-conffile
index ec3ded85da6ddaedf00f92af2659431dcef2077b..9fb6fbefc4e78593c1f1000bc4236677eea8700f 100755 (executable)
@@ -34,8 +34,6 @@ echo 'meep' >> rootdir/etc/compiz.conf/compiz.conf
 
 # FIXME: Is there really no way to see if dpkg actually prompts?
 msgtest 'Test for successful execution of' 'apt-get install compiz-core=2.0'
-OUTPUT="$(mktemp)"
-addtrap "rm \"$OUTPUT\";"
 exec 3> apt-progress.log
 testsuccess --nomsg aptget install compiz-core=2.0 -o APT::Status-Fd=3 -o Dpkg::Use-Pty=false -o dpkg::options::='--force-confold'