readelf: rename recently added testsuite files

Files named *.0 are somewhat odd for testsuite expectations. Rename the
one such file to *.r with a suitable base name suffix, and have its
sibling follow suit in this latter regard.
This commit is contained in:
Jan Beulich 2024-06-18 13:23:36 +02:00
parent c2db2b8a37
commit 28c812b349
3 changed files with 2 additions and 2 deletions

View File

@ -639,8 +639,8 @@ readelf_test -wi $tempfile dw5-op.W
# Test the -j/--display-section option.
# Check that multiple options accumulate.
# Check that both numbers and names can be used.
readelf_test {-j .rela.debug_info --display-section=.rel.debug_info} $tempfile display-section.r
readelf_test --display-section=0 $tempfile display-section.0
readelf_test {-j .rela.debug_info --display-section=.rel.debug_info} $tempfile display-section-rel.r
readelf_test --display-section=0 $tempfile display-section-0.r
# Test that RELR relocations are display correctly.