diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/test6.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test6.sh b/test/test6.sh index e480f7c..592c228 100755 --- a/test/test6.sh +++ b/test/test6.sh @@ -5,7 +5,7 @@ $APK add --root $ROOT --initdb -U --repository $PWD/repo1 \ --repository $SYSREPO alpine-keys linux-vanilla -test -e "$ROOT"/boot/vmlinuz +test -e "$ROOT"/boot/vmlinuz-vanilla test -e "$ROOT"/boot/initramfs-vanilla |