mirror of
https://github.com/NixOS/patchelf.git
synced 2025-10-16 22:46:51 +08:00
tests/contiguous-note-sections.sh: use scratch directory
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user