aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-06-10 15:09:27 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-06-11 12:14:41 +0200
commit12c71704d063ce68bf19b05722c981272df1ec3c (patch)
treeaa06d4a1eed5942e4459e4d6bd9a770839db3b6c
parent419e51638c715d8fdfa4fab1ad40bec66deb92b9 (diff)
downloadaports-12c71704d063ce68bf19b05722c981272df1ec3c.tar.bz2
aports-12c71704d063ce68bf19b05722c981272df1ec3c.tar.xz
test: fix test6.sh, vmlinuz and initramfs are not symlinks
-rwxr-xr-xtest/test6.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test6.sh b/test/test6.sh
index 1a4ec77d30..e480f7cdf9 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