* gdb.base/subst.exp: Delete default rules before further

tests.
This commit is contained in:
Luis Machado
2013-06-19 20:37:26 +00:00
parent 0e4777df76
commit d69cace40f
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2013-06-19 Luis Machado <lgustavo@codesourcery.com>
* gdb.base/subst.exp: Delete default rules before further
tests.
2013-06-19 Yao Qi <yao@codesourcery.com>
* gdb.base/maint.exp: Make the test to command 'maint dump-me'

View File

@ -23,6 +23,12 @@ gdb_reinitialize_dir $srcdir/$subdir
gdb_test_no_output "set confirm off" \
"deactivate GDB's confirmation interface"
# Clear any substitution rules that are available by default due
# to GDB being configured with --with-relocated-sources.
gdb_test_no_output "unset substitute-path" \
"remove default substitution rules"
gdb_test "show substitute-path" \
"List of all source path substitution rules:" \
"show substitute-path, no rule entered yet"