summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2005-09-30 15:44:47 (GMT)
committerEelco Dolstra <e.dolstra@tudelft.nl>2005-09-30 15:44:47 (GMT)
commit1587dc98e284f14f56ecee1d1234010ae665b29c (patch)
treec2a631f08bc141f148fca30eef6799c0378bd3bb /tests
parent774bdc0d5ee67dec0f99392d61550ba7b474eac0 (diff)
downloadpatchelf-1587dc98e284f14f56ecee1d1234010ae665b29c.zip
patchelf-1587dc98e284f14f56ecee1d1234010ae665b29c.tar.gz
patchelf-1587dc98e284f14f56ecee1d1234010ae665b29c.tar.bz2
* Doh!
Diffstat (limited to 'tests')
-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 907429a..80d3d01 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 $(pwd)/scratch/i scratch/simple
+../src/patchelf --interpreter /oops scratch/simple
echo "running with missing interpreter..."
if scratch/simple; then