summaryrefslogtreecommitdiffstats
path: root/tests/set-interpreter-long.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/set-interpreter-long.sh')
-rwxr-xr-xtests/set-interpreter-long.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/set-interpreter-long.sh b/tests/set-interpreter-long.sh
index ab0e9bc..22bb2ea 100755
--- a/tests/set-interpreter-long.sh
+++ b/tests/set-interpreter-long.sh
@@ -10,7 +10,7 @@ mkdir -p scratch
newInterpreter=$(pwd)/scratch/iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii
cp simple scratch/
-../src/patchelf --interpreter "$newInterpreter" scratch/simple
+../src/patchelf --set-interpreter "$newInterpreter" scratch/simple
echo "running with missing interpreter..."
if scratch/simple; then