We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f78ceb5 commit 2b52ef1Copy full SHA for 2b52ef1
tests/no-rpath.sh
@@ -17,8 +17,6 @@ if ! echo "$newRPath" | grep -q '/foo:/bar'; then
17
exit 1
18
fi
19
20
-exitCode=0
21
-
22
-# !!! disabled running no-rpath for now, since it won't work on 64-bit
23
-# Linux (the interpreter will be 64 bits).
24
-#cd scratch && ./no-rpath
+if [ "$(uname -m)" = i686 -a "$(uname -s)" = Linux ]; then
+ cd scratch && ./no-rpath
+fi
0 commit comments