* Test whether the patched no-rpath executable works on i686-linux.

This commit is contained in:
Eelco Dolstra 2010-08-26 11:36:31 +00:00
parent f78ceb5677
commit 2b52ef1cdc
1 changed files with 3 additions and 5 deletions

View File

@ -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