* gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
via string_to_regexp. * gdb.mi/mi2-basics.exp: Likewise.
This commit is contained in:
parent
466b1d3308
commit
041bf30db7
@ -1,3 +1,9 @@
|
||||
2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
|
||||
|
||||
* gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
|
||||
via string_to_regexp.
|
||||
* gdb.mi/mi2-basics.exp: Likewise.
|
||||
|
||||
2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
|
||||
|
||||
* abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
|
||||
|
@ -219,6 +219,8 @@ proc test_path_specification {} {
|
||||
}
|
||||
}
|
||||
|
||||
set orig_path [string_to_regexp ${orig_path}]
|
||||
|
||||
mi_gdb_test "207-environment-path" \
|
||||
"207\\\^done,path=\"$orig_path\"" \
|
||||
"environment-path no-args operation"
|
||||
|
@ -222,6 +222,8 @@ proc test_path_specification {} {
|
||||
}
|
||||
}
|
||||
|
||||
set orig_path [string_to_regexp ${orig_path}]
|
||||
|
||||
mi_gdb_test "207-environment-path" \
|
||||
"207\\\^done,path=\"$orig_path\"" \
|
||||
"environment-path no-args operation"
|
||||
|
Loading…
Reference in New Issue
Block a user