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.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/set-interpreter-short.sh b/tests/set-interpreter-short.sh
index bab1184..907429a 100755
--- a/tests/set-interpreter-short.sh
+++ b/tests/set-interpreter-short.sh
@@ -9,14 +9,10 @@ rm -rf scratch
mkdir -p scratch
cp simple scratch/
-../src/patchelf --interpreter $(pwd)/scratch/i scratch/simple
+../src/patchelf --interpreter /oops $(pwd)/scratch/i scratch/simple
echo "running with missing interpreter..."
if scratch/simple; then
echo "simple works, but it shouldn't"
exit 1
fi
-
-echo "running with new interpreter..."
-ln -s "$oldInterpreter" scratch/i
-scratch/simple