diff options
Diffstat (limited to 'gdb/testsuite/gdb.rust/traits.exp')
-rw-r--r-- | gdb/testsuite/gdb.rust/traits.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.rust/traits.exp b/gdb/testsuite/gdb.rust/traits.exp index ac2b450..41e58e1 100644 --- a/gdb/testsuite/gdb.rust/traits.exp +++ b/gdb/testsuite/gdb.rust/traits.exp @@ -28,7 +28,7 @@ if {[prepare_for_testing "failed to prepare" $testfile $srcfile {debug rust}]} { set readelf_program [gdb_find_readelf] set result [catch "exec $readelf_program --debug-dump=info $binfile" output] if {$result != 0} { - untested "could not read ${binfile} with readelf" + untested "could not read [file tail ${binfile}] with readelf" return } |