Skip to content

Commit

Permalink
fix(ci): small string definition refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdcordeiro committed Feb 27, 2024
1 parent 44b2574 commit 9f51a36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/basic/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ execute: |
test -f ${rootfs_folder}/etc/ld.so.conf.d/*-linux-*.conf
if [[ "${RELEASE}" == "24.04" ]]
then
libc_base_path="/usr/lib/"
libc_base_path="/usr/lib"
else
libc_base_path="/lib/"
libc_base_path="/lib"
fi
test -f ${rootfs_folder}${libc_base_path}*-linux-*/libc.so.*
test -f ${rootfs_folder}${libc_base_path}/*-linux-*/libc.so.*

0 comments on commit 9f51a36

Please sign in to comment.