Avoid-creating-gaps-between-adjacent-LOAD-segments: fix reproducer
This commit is contained in:
parent
4f0f922a50
commit
6d5a02bb0c
3 changed files with 2 additions and 2 deletions
|
|
@ -4,6 +4,7 @@ duration: 24h
|
|||
|
||||
require+:
|
||||
- rpm-build
|
||||
- tree
|
||||
|
||||
link+:
|
||||
- verifies: https://issues.redhat.com/browse/RHEL-45873
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ rlJournalStart
|
|||
|
||||
buPrepareSRPM "glibc"
|
||||
buConfigureSRPM "glibc"
|
||||
rlRun "tree $TmpDir"
|
||||
rlPhaseEnd
|
||||
|
||||
rlPhaseStartTest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue