summaryrefslogtreecommitdiffstats
path: root/tests/no-rpath.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/no-rpath.sh')
-rwxr-xr-xtests/no-rpath.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/no-rpath.sh b/tests/no-rpath.sh
index 85437ef..c253952 100755
--- a/tests/no-rpath.sh
+++ b/tests/no-rpath.sh
@@ -17,8 +17,6 @@ if ! echo "$newRPath" | grep -q '/foo:/bar'; then
exit 1
fi
-exitCode=0
-
-# !!! disabled running no-rpath for now, since it won't work on 64-bit
-# Linux (the interpreter will be 64 bits).
-#cd scratch && ./no-rpath
+if [ "$(uname -m)" = i686 -a "$(uname -s)" = Linux ]; then
+ cd scratch && ./no-rpath
+fi