summaryrefslogtreecommitdiffstats
path: root/tests/set-interpreter-short.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/set-interpreter-short.sh')
-rwxr-xr-xtests/set-interpreter-short.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/set-interpreter-short.sh b/tests/set-interpreter-short.sh
index 80d3d01..62990c9 100755
--- a/tests/set-interpreter-short.sh
+++ b/tests/set-interpreter-short.sh
@@ -9,7 +9,7 @@ rm -rf scratch
mkdir -p scratch
cp simple scratch/
-../src/patchelf --interpreter /oops scratch/simple
+../src/patchelf --set-interpreter /oops scratch/simple
echo "running with missing interpreter..."
if scratch/simple; then