1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- #!/bin/sh
- set -e
- TESTDIR="$(readlink -f "$(dirname
- . "$TESTDIR/framework"
- setupenvironment
- configarchitecture
- buildsimplenativepackage
- export
- setupaptarchive
- changetowebserver
- testsuccess
- testdpkgnotinstalled
- testsuccess
- testdpkginstalled
- testsuccess
- testdpkgnotinstalled
- msgmsg
- rm /var//apt//var//apt/
- mv /etc//trusted.gpg.d rootdir//apt/
- testwarning
- testfailure
- testdpkgnotinstalled
- mv /etc//trusted.gpg.d-bak rootdir//apt/
- testsuccess
- testsuccess
- testdpkginstalled
- testsuccess
- testdpkgnotinstalled
- msgmsg
- find
- rm /var//apt//var//apt/
- mv /etc//trusted.gpg.d rootdir//apt/
- testwarning
- testfailure
- testdpkgnotinstalled
- mv /etc//trusted.gpg.d-bak rootdir//apt/
- testsuccess
- testsuccess
- testdpkginstalled
|