don't use directory in test name
authorTom Tromey <tromey@redhat.com>
Thu, 12 Jun 2014 18:04:54 +0000 (12:04 -0600)
committerTom Tromey <tromey@redhat.com>
Thu, 12 Jun 2014 18:09:21 +0000 (12:09 -0600)
commitf9579b990244a7f49757ca8bc3bcf48f7bc8505b
treed906c895f471181de1adcb56aa9b5b438050ec00
parentb4b01d36ac91ddc2c96cfac76726e13c404d9483
don't use directory in test name

I noticed that a few tests in completion.exp put the directory name
into the name of the resulting test.  While the directory name is
relative, this still makes for spurious differences depending on
whether the test was run in serial or parallel mode.

This patch fixes the problem.  I'm checking it in.

2014-06-12  Tom Tromey  <tromey@redhat.com>

* gdb.base/completion.exp: Don't use directory name in test.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/completion.exp