summaryrefslogtreecommitdiffstats
path: root/tests/no-rpath.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/no-rpath.sh')
-rwxr-xr-xtests/no-rpath.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/no-rpath.sh b/tests/no-rpath.sh
index 56c0646..4cfb55f 100755
--- a/tests/no-rpath.sh
+++ b/tests/no-rpath.sh
@@ -8,7 +8,7 @@ cp no-rpath scratch/
oldRPath=$(../src/patchelf --print-rpath scratch/no-rpath)
if test -n "$oldRPath"; then exit 1; fi
../src/patchelf \
- --interpreter "$(../src/patchelf --print-interpreter ../src/patchelf)" \
+ --set-interpreter "$(../src/patchelf --print-interpreter ../src/patchelf)" \
--set-rpath /foo:/bar:/xxxxxxxxxxxxxxx scratch/no-rpath
newRPath=$(../src/patchelf --print-rpath scratch/no-rpath)