| commit | 14317f7f05d0290586f456d02176dd77a81aee69 | [log] [tgz] |
|---|---|---|
| author | Tom de Vries <tdevries@suse.de> | Fri Mar 17 10:01:07 2023 +0100 |
| committer | Tom de Vries <tdevries@suse.de> | Fri Mar 17 10:01:07 2023 +0100 |
| tree | 228f9f6bbf720154bcf3d78e18464aef48ab8a57 | |
| parent | abee4501ebe519270ad52a436ad1fc8229e963bc [diff] |
[gdb/testsuite] Fix filename in gdb.debuginfod/crc_mismatch.exp
After running test-case gdb.debuginfod/crc_mismatch.exp, I find a dir called '$':
...
$ ls $build/gdb/testsuite/
$ config.log gdb.log lib outputs site.exp
cache config.status gdb.sum Makefile site.bak temp
...
Fix this by removing the stray '$' here:
...
set debugfile "$[standard_output_file ${testfile}.debug]"
...
Tested on x86_64-linux.