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.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/set-interpreter-long.sh b/tests/set-interpreter-long.sh
index 22bb2ea..1790795 100755
--- a/tests/set-interpreter-long.sh
+++ b/tests/set-interpreter-long.sh
@@ -5,6 +5,9 @@
oldInterpreter=$(../src/patchelf --print-interpreter ./simple)
echo "current interpreter is $oldInterpreter"
+echo "running with explicit interpreter..."
+"$oldInterpreter" ./simple
+
rm -rf scratch
mkdir -p scratch
@@ -21,3 +24,6 @@ fi
echo "running with new interpreter..."
ln -s "$oldInterpreter" "$newInterpreter"
scratch/simple
+
+echo "running with explicit interpreter..."
+"$oldInterpreter" scratch/simple