Skip to content

Commit

Permalink
fix(spread): useless binary check in spread task
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdcordeiro committed Jan 12, 2024
1 parent cb31f24 commit 0c32d94
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/basic/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,3 @@ execute: |
test -f ${rootfs_folder}/usr/lib/*-linux-*/libssl.so.*
test -f ${rootfs_folder}/etc/ld.so.conf.d/*-linux-*.conf
test -f ${rootfs_folder}/lib/*-linux-*/libc.so.*
# and openssl actually works
${rootfs_folder}/usr/bin/openssl

0 comments on commit 0c32d94

Please sign in to comment.