diff options
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/clztest.exp')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/clztest.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/clztest.exp b/gdb/testsuite/gdb.dwarf2/clztest.exp index 7a74e02..554077a 100644 --- a/gdb/testsuite/gdb.dwarf2/clztest.exp +++ b/gdb/testsuite/gdb.dwarf2/clztest.exp @@ -29,7 +29,7 @@ if { [prepare_for_testing "failed to prepare" "${test}" ${test}.S \ return -1 } -if ![runto_main] { +if {![runto_main]} { return -1 } @@ -61,7 +61,7 @@ proc scan_gdb_tests {} { continue } - eval $test_cmd + {*}$test_cmd } close $fd } |