* 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:
Vladimir Prus 2006-10-02 16:38:26 +00:00
parent 466b1d3308
commit 041bf30db7
3 changed files with 10 additions and 0 deletions

View File

@ -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:

View File

@ -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"

View File

@ -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"