test-bug-598669-install-postfix-gets-exim-heavy 594 B

1234567891011121314151617181920
  1. #!/bin/sh
  2. set -e
  3. TESTDIR=$(readlink -f $(dirname $0))
  4. . $TESTDIR/framework
  5. setupenvironment
  6. configarchitecture "i386"
  7. setupaptarchive
  8. testequal "Reading package lists...
  9. Building dependency tree...
  10. The following packages will be REMOVED:
  11. exim4 exim4-daemon-light
  12. The following NEW packages will be installed:
  13. postfix
  14. 0 upgraded, 1 newly installed, 2 to remove and 0 not upgraded.
  15. Need to get 0 B/1326 kB of archives.
  16. After this operation, 2236 kB of additional disk space will be used.
  17. E: Trivial Only specified but this is not a trivial operation." aptget install postfix --trivial-only