Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoguim committed Mar 7, 2023
1 parent 6c927fc commit 1a6e546
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/set-rpath-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ mkdir -p "${SCRATCH}/libnon-default-alignment"
cp main-scoped "${SCRATCH}/"
cp libfoo-scoped.so "${SCRATCH}/libsA/"
cp libbar-scoped.so "${SCRATCH}/libsB/"
cp ../../tests/libnon-default-alignment.so.zip "${SCRATCH}/libnon-default-alignment/"
TEST_DIR=$(dirname "$(readlink -f "$0")")
cp ${TEST_DIR}/libnon-default-alignment.so.zip "${SCRATCH}/libnon-default-alignment/"
(cd "${SCRATCH}/libnon-default-alignment/"; unzip libnon-default-alignment.so.zip)

oldRPath=$(../src/patchelf --print-rpath "${SCRATCH}"/main-scoped)
Expand Down

0 comments on commit 1a6e546

Please sign in to comment.