Skip to content

Commit

Permalink
Apply lint suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Patryk27 committed Feb 8, 2024
1 parent da4b0b0 commit 365ec4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/short-first-segment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ cd "${SCRATCH}"

ldd "${EXEC_NAME}"

${PATCHELF} --set-rpath $(tr -dc A-Za-z0-9 </dev/urandom | head -c 4096) --output modified1 "${EXEC_NAME}"
${PATCHELF} --add-rpath $(tr -dc A-Za-z0-9 </dev/urandom | head -c 4096) modified1
${PATCHELF} --set-rpath "$(tr -dc A-Za-z0-9 </dev/urandom | head -c 4096)" --output modified1 "${EXEC_NAME}"
${PATCHELF} --add-rpath "$(tr -dc A-Za-z0-9 </dev/urandom | head -c 4096)" modified1

ldd modified1

Expand Down

0 comments on commit 365ec4a

Please sign in to comment.