diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-10 15:02:51 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-11 12:14:41 +0200 |
commit | 419e51638c715d8fdfa4fab1ad40bec66deb92b9 (patch) | |
tree | 6f9e2bc24092b4ccaa0cf3ba32ac9d249623a8fb | |
parent | 69c343afb914f1fdf17c082772bd83be28e0a56b (diff) | |
download | apk-tools-419e51638c715d8fdfa4fab1ad40bec66deb92b9.tar.gz apk-tools-419e51638c715d8fdfa4fab1ad40bec66deb92b9.tar.bz2 apk-tools-419e51638c715d8fdfa4fab1ad40bec66deb92b9.tar.xz apk-tools-419e51638c715d8fdfa4fab1ad40bec66deb92b9.zip |
test: fix test6.sh, replace linux-grsec w/ linux-vanilla, add alpine-keys
-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 6c8d28e..1a4ec77 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 linux-grsec + --repository $SYSREPO alpine-keys linux-vanilla -test -L "$ROOT"/boot/vmlinuz-grsec +test -L "$ROOT"/boot/vmlinuz -test -L "$ROOT"/boot/initramfs-grsec +test -L "$ROOT"/boot/initramfs-vanilla |