From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Kettenis To: gdb-patches@sources.redhat.com Subject: Testsuite fix Date: Thu, 12 Jul 2001 06:10:00 -0000 Message-id: <200107121310.f6CDAQD01954@delius.kettenis.local> X-SW-Source: 2001-07/msg00289.html Noticed this a few days ago. As the comment in the test says, it runs fine on Linux. Must be a typo. Checked in as an obvious fix. Mark Index: testsuite/ChangeLog from Mark Kettenis * gdb.base/so-impl-ld.exp: Remove stray space that prevented running this test on Linux. Index: testsuite/gdb.base/so-impl-ld.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.base/so-impl-ld.exp,v retrieving revision 1.3 diff -u -p -r1.3 so-impl-ld.exp --- testsuite/gdb.base/so-impl-ld.exp 2001/03/06 08:21:51 1.3 +++ testsuite/gdb.base/so-impl-ld.exp 2001/07/12 13:06:20 @@ -36,7 +36,7 @@ if ![isnative] then { if {! ([istarget "hppa*-*-*hpux*"] || [istarget "sparc-sun-solaris*"] - || [istarget " *-*-linux-gnu*"]) } { + || [istarget "*-*-linux-gnu*"]) } { return }