* gdb.base/so-impl-ld.exp: Remove stray space that prevented

running this test on Linux.
This commit is contained in:
Mark Kettenis 2001-07-12 13:07:32 +00:00
parent a433f9e473
commit 63cf1c791c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-07-12 Mark Kettenis <kettenis@gnu.org>
* gdb.base/so-impl-ld.exp: Remove stray space that prevented
running this test on Linux.
2001-06-24 Michael Chastain <chastain@redhat.com>
* gdb.base/arithmet.exp: Remove some tests to make all test names

View File

@ -36,7 +36,7 @@ if ![isnative] then {
if {! ([istarget "hppa*-*-*hpux*"]
|| [istarget "sparc-sun-solaris*"]
|| [istarget " *-*-linux-gnu*"]) } {
|| [istarget "*-*-linux-gnu*"]) } {
return
}