diff options
Diffstat (limited to 'tests/no-rpath.sh')
-rwxr-xr-x | tests/no-rpath.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/no-rpath.sh b/tests/no-rpath.sh index 4cfb55f..85437ef 100755 --- a/tests/no-rpath.sh +++ b/tests/no-rpath.sh @@ -18,4 +18,7 @@ if ! echo "$newRPath" | grep -q '/foo:/bar'; then fi exitCode=0 -cd scratch && ./no-rpath + +# !!! 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 |