aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.perf/solib.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.perf/solib.exp')
-rw-r--r--gdb/testsuite/gdb.perf/solib.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.perf/solib.exp b/gdb/testsuite/gdb.perf/solib.exp
index 45f9330..e7870f6 100644
--- a/gdb/testsuite/gdb.perf/solib.exp
+++ b/gdb/testsuite/gdb.perf/solib.exp
@@ -31,7 +31,7 @@ set executable $testfile
set expfile $testfile.exp
# make check-perf RUNTESTFLAGS='solib.exp SOLIB_COUNT=1024'
-if ![info exists SOLIB_COUNT] {
+if {![info exists SOLIB_COUNT]} {
set SOLIB_COUNT 128
}
@@ -72,7 +72,7 @@ PerfTest::assemble {
} {
global binfile
- clean_restart $binfile
+ clean_restart $::testfile
if ![runto_main] {
return -1