diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/comprdebug.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/comprdebug.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/comprdebug.exp b/gdb/testsuite/gdb.base/comprdebug.exp index 686178d..d8859c5 100644 --- a/gdb/testsuite/gdb.base/comprdebug.exp +++ b/gdb/testsuite/gdb.base/comprdebug.exp @@ -25,7 +25,7 @@ if {[gdb_compile $srcdir/$subdir/$srcfile $ofile \ set objcopy_program [gdb_find_objcopy] set cmd "$objcopy_program --compress-debug-sections $ofile" verbose "invoking $cmd" -set result [catch "exec $cmd" output] +set result [catch {exec {*}$cmd} output] verbose "result is $result" verbose "output is $output" |