diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2020-02-23 18:01:43 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2020-02-23 18:01:43 +0100 |
commit | 63dceba116049b82f356a6cf9534ab218750f339 (patch) | |
tree | c73889d84b5e233aef3afa252354f662a4e3e7f0 /test | |
parent | c054fbc11e9beca0d45285c3e1f448c81416c5ce (diff) | |
download | apk-tools-63dceba116049b82f356a6cf9534ab218750f339.tar.gz apk-tools-63dceba116049b82f356a6cf9534ab218750f339.tar.bz2 apk-tools-63dceba116049b82f356a6cf9534ab218750f339.tar.xz apk-tools-63dceba116049b82f356a6cf9534ab218750f339.zip |
fix test6.sh - linux-vanilla was renamed to linux-lts in v3.11
Diffstat (limited to 'test')
-rwxr-xr-x | test/test6.sh | 6 |
1 files 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 |