gas/testsuite: adjust a test for case insensitive file systems
authorClément Chigot <chigot@adacore.com>
Wed, 11 Jan 2023 14:12:47 +0000 (15:12 +0100)
committerClément Chigot <chigot@adacore.com>
Tue, 21 Feb 2023 09:47:24 +0000 (10:47 +0100)
commit1fafeaac8503eea2f61c3a35f0eef183b7e7cc65
treed1d3be25dfd84ec99020679b20e36dc678f57b76
parent6d0020873deb2f2c4e0965dc2ebf227bc1db3140
gas/testsuite: adjust a test for case insensitive file systems

When dealing with case insensitive file systems, ".file line.s" and
".file Line.s" are identical and thus gas won't change the current
input file.
However, in line.l test, it's expecting to trigger an input file switch.
As the second filename doesn't matter in it, change it to fit for those
file systems.

gas/ChangeLog:

* testsuite/gas/elf/line.l: Change Line.s to Line2.s.
* testsuite/gas/elf/line.s: Adjust output.
gas/testsuite/gas/elf/line.l
gas/testsuite/gas/elf/line.s