summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/test6.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test6.sh b/test/test6.sh
index 1a4ec77..e480f7c 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 -L "$ROOT"/boot/vmlinuz
+test -e "$ROOT"/boot/vmlinuz
-test -L "$ROOT"/boot/initramfs-vanilla
+test -e "$ROOT"/boot/initramfs-vanilla