]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-apt-move-and-forget-manual-sections
replace run-parts with find|sort to avoid debianutils usage
[apt.git] / test / integration / test-apt-move-and-forget-manual-sections
index 845444f536f3975f89d106392f66450e5ccbc765..af9143dda224a89a1afdb88bdac38bdaaee8e2d4 100755 (executable)
@@ -4,14 +4,14 @@ set -e
 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