X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/5f4495e342e94a75b17ceed2fa05d689f050df7b..8e7a99564dd57b0dcb7df47b43e71ccefc8e0ebe:/test/integration/test-apt-move-and-forget-manual-sections diff --git a/test/integration/test-apt-move-and-forget-manual-sections b/test/integration/test-apt-move-and-forget-manual-sections index 845444f53..69a7d9f1d 100755 --- a/test/integration/test-apt-move-and-forget-manual-sections +++ b/test/integration/test-apt-move-and-forget-manual-sections @@ -1,31 +1,31 @@ #!/bin/sh set -e -TESTDIR=$(readlink -f $(dirname $0)) -. $TESTDIR/framework +TESTDIR="$(readlink -f "$(dirname "$0")")" +. "$TESTDIR/framework" setupenvironment -configarchitecture 'amd64' +configarchitecture 'native' aptconfig dump --no-empty --format '%v%n' APT::Move-Autobit-Sections > move-autobit.sections testsuccess grep '^oldlibs$' move-autobit.sections -buildsimplenativepackage 'libabc' 'amd64' '1' 'stable' '' '' 'libs' -buildsimplenativepackage 'libabc' 'amd64' '2' 'unstable' 'Depends: libdef' '' 'oldlibs' -buildsimplenativepackage 'libdef' 'amd64' '1' 'unstable' '' '' 'libs' +buildsimplenativepackage 'libabc' 'native' '1' 'stable' '' '' 'libs' +buildsimplenativepackage 'libabc' 'native' '2' 'unstable' 'Depends: libdef' '' 'oldlibs' +buildsimplenativepackage 'libdef' 'native' '1' 'unstable' '' '' 'libs' setupaptarchive testmarkedauto -testmarkedmanual +testmarkedmanual 'dpkg' testsuccess aptget install libabc/stable -y testdpkginstalled 'libabc' testdpkgnotinstalled 'libdef' -testmarkedmanual 'libabc' +testmarkedmanual 'dpkg' 'libabc' testmarkedauto testsuccess aptget dist-upgrade -y testdpkginstalled 'libabc' 'libdef' testmarkedauto 'libabc' -testmarkedmanual 'libdef' +testmarkedmanual 'dpkg' 'libdef'