main/postmarketos-test: drop depends="postmarketos-mkinitfs-hook-ci"

It's actually the other way around

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7553>
This commit is contained in:
Pablo Correa Gómez 2025-12-04 18:35:12 +01:00 committed by The Friendly Merge Bot
parent e039d54678
commit 8733e062ac
No known key found for this signature in database

View file

@ -28,8 +28,6 @@ _test() {
# no install_if here, these tests are generic but should be enabled
# on a per-device basis. Depend on the relevant test in your devices
# pmtest subpackage
depends="postmarketos-mkinitfs-hook-ci"
_testname=${subpkgname#postmarketos-test-}
# Install the test script for both initramfs and rootfs
@ -45,7 +43,6 @@ _test() {
# Installs a "test" which just runs a shell on the console for debugging
shell() {
depends="postmarketos-mkinitfs-hook-ci"
mkdir -p "$subpkgdir"/usr/libexec/pmos-tests-initramfs
echo -e "#!/bin/sh\n\nexec sh" > "$subpkgdir"/usr/libexec/pmos-tests-initramfs/99-sh
chmod +x "$subpkgdir"/usr/libexec/pmos-tests-initramfs/99-sh