]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[gdb/testsuite] Fix duplicate test-names in gdb.fortran
authorTom de Vries <tdevries@suse.de>
Tue, 12 May 2020 08:53:47 +0000 (10:53 +0200)
committerTom de Vries <tdevries@suse.de>
Tue, 12 May 2020 08:53:47 +0000 (10:53 +0200)
commit7549fed824cbea8d9ea864742cf29ff293b09402
treecba403f41fe4727e08fee46500044ea8cf1875d3
parentaf2d5cd8e9f81832b04af6cd0e51def4065bbf71
[gdb/testsuite] Fix duplicate test-names in gdb.fortran

In gdb.fortran we have:
...
DUPLICATE: gdb.fortran/complex.exp: whatis $
DUPLICATE: gdb.fortran/complex.exp: whatis $
DUPLICATE: gdb.fortran/complex.exp: whatis $
DUPLICATE: gdb.fortran/complex.exp: whatis $
...

Fix this by using with_test_prefix.

Tested on x86_64-linux.

gdb/testsuite/ChangeLog:

2020-05-12  Tom de Vries  <tdevries@suse.de>

* gdb.fortran/complex.exp: Use with_test_prefix.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.fortran/complex.exp