summaryrefslogtreecommitdiffstats
path: root/tests/set-rpath.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/set-rpath.sh')
-rwxr-xr-xtests/set-rpath.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/set-rpath.sh b/tests/set-rpath.sh
index b71e0f4..999acb4 100755
--- a/tests/set-rpath.sh
+++ b/tests/set-rpath.sh
@@ -11,7 +11,7 @@ cp libbar.so scratch/libsB/
oldRPath=$(../src/patchelf --print-rpath scratch/main)
if test -z "$oldRPath"; then oldRPath="/oops"; fi
-../src/patchelf --set-rpath $oldRPath:$(pwd)/scratch/libsA:$(pwd)/scratch/libsB scratch/main
+../src/patchelf --force-rpath --set-rpath $oldRPath:$(pwd)/scratch/libsA:$(pwd)/scratch/libsB scratch/main
#oldRPath=$(../src/patchelf --print-rpath scratch/libsA/libfoo.so)
#if test -z "$oldRPath"; then oldRPath="/oops"; fi