tests/contiguous-note-sections.sh: use scratch directory

This commit is contained in:
Bo Anderson
2022-10-10 15:14:31 +01:00
parent 683e41d340
commit a93de9d4ce

View File

@@ -1,6 +1,13 @@
#! /bin/sh -e
SCRATCH=scratch/$(basename $0 .sh)
rm -rf "${SCRATCH}"
mkdir -p "${SCRATCH}"
cp contiguous-note-sections "${SCRATCH}/"
# Running --set-interpreter on this binary should not produce the following
# error:
# patchelf: cannot normalize PT_NOTE segment: non-contiguous SHT_NOTE sections
../src/patchelf --set-interpreter ld-linux-x86-64.so.2 contiguous-note-sections
../src/patchelf --set-interpreter ld-linux-x86-64.so.2 ${SCRATCH}/contiguous-note-sections