From 63dceba116049b82f356a6cf9534ab218750f339 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 23 Feb 2020 18:01:43 +0100 Subject: fix test6.sh - linux-vanilla was renamed to linux-lts in v3.11 --- test/test6.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/test6.sh b/test/test6.sh index 592c228..b92b98c 100755 --- a/test/test6.sh +++ b/test/test6.sh @@ -3,9 +3,9 @@ # desc: test triggers in kernel package $APK add --root $ROOT --initdb -U --repository $PWD/repo1 \ - --repository $SYSREPO alpine-keys linux-vanilla + --repository $SYSREPO alpine-keys linux-lts -test -e "$ROOT"/boot/vmlinuz-vanilla +test -e "$ROOT"/boot/vmlinuz-lts -test -e "$ROOT"/boot/initramfs-vanilla +test -e "$ROOT"/boot/initramfs-lts -- cgit v1.2.3