Avoid-creating-gaps-between-adjacent-LOAD-segments: fix reproducer

This commit is contained in:
Miloš Prchlík 2024-08-12 10:13:13 +02:00 committed by mprchlik
commit 6d5a02bb0c
3 changed files with 2 additions and 2 deletions

View file

@ -4,6 +4,7 @@ duration: 24h
require+:
- rpm-build
- tree
link+:
- verifies: https://issues.redhat.com/browse/RHEL-45873

View file

@ -7,7 +7,7 @@ echo "Testing with $(rpm -q binutils)..."
pagesz=$(getconf PAGESIZE)
echo "Testing with a page size of $pagesz"
GLIBC_SCRIPTS="$(readlink -f "$(rpm --define="_topdir $TmpDir" --eval=%_builddir)/glibc-*/scripts")"
GLIBC_SCRIPTS="$(readlink -f $(rpm --define="_topdir $TmpDir" --eval=%_builddir)/glibc-*/scripts)"
test() {
y=$(($1 * 7))

View file

@ -14,7 +14,6 @@ rlJournalStart
buPrepareSRPM "glibc"
buConfigureSRPM "glibc"
rlRun "tree $TmpDir"
rlPhaseEnd
rlPhaseStartTest