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 d311cf7 commit 44fea0dCopy full SHA for 44fea0d
tests/endianness.sh
@@ -6,7 +6,7 @@ for arch in ppc64 ppc64le; do
6
rm -rf ${SCRATCH}
7
mkdir -p ${SCRATCH}
8
9
- cp endianness/${arch}/main endianness/${arch}/libtest.so ${SCRATCH}/
+ cp ${srcdir}/endianness/${arch}/main ${srcdir}/endianness/${arch}/libtest.so ${SCRATCH}/
10
11
rpath="${PWD}/${SCRATCH}"
12
@@ -19,6 +19,6 @@ for arch in ppc64 ppc64le; do
19
# check whether rpath is still present
20
if ! ${PATCHELF} --print-rpath ${SCRATCH}/main-shrunk | grep -q "$rpath"; then
21
echo "rpath was removed for ${arch}"
22
- exit 1
+ exit 1
23
fi
24
done
0 commit comments