]>
git.saurik.com Git - apt.git/blob - test/integration/test-bug-254770-segfault-if-cache-not-buildable
   4 TESTDIR
="$(readlink -f "$(dirname "$0")")" 
   7 msgtest 'Test run as' 'non-root' 
   8 if [ "$(id -u)" = '0' ]; then 
   9         msgskip 'root has by definition no problems accessing files' 
  16 configarchitecture "i386
" 
  19 addtrap 'prefix' 'chmod a+x rootdir/var/lib/dpkg;' 
  20 chmod a-x rootdir/var/lib/dpkg 
  23         msgtest "No segfault 
in" "$
*" 
  24         local TEST="$("$@" 2>&1 | grep -v 'E:')" 
  25         if [ -z "$TEST" ]; then 
  34 echo 'quiet 2;' > rootdir/etc/apt/apt.conf.d/00be-quiet 
  36 testsegfault aptcache gencaches 
  37 testsegfault aptcache showpkg 
  38 testsegfault aptcache showsrc 
  39 testsegfault aptcache stats 
  40 testsegfault aptcache dump 
  41 testsegfault aptcache dumpavail 
  42 testsegfault aptcache unmet 
  43 testsegfault aptcache search 
  44 testsegfault aptcache show apt 
  45 testsegfault aptcache depends apt 
  46 testsegfault aptcache rdepends apt 
  47 testsegfault aptcache pkgnames apt 
  48 testsegfault aptcache dotty apt 
  49 testsegfault aptcache xvcg apt 
  50 testsegfault aptcache policy apt 
  52 testsegfault aptget update 
  53 testsegfault aptget upgrade 
  54 testsegfault aptget dselect-upgrade 
  55 testsegfault aptget dist-upgrade 
  56 testsegfault aptget install apt 
  57 testsegfault aptget remove apt 
  58 testsegfault aptget purge apt 
  59 testsegfault aptget source apt 
  60 testsegfault aptget build-dep apt 
  61 testsegfault aptget check 
  62 testsegfault aptget clean 
  63 testsegfault aptget autoclean 
  64 testsegfault aptget autoremove