Index: mi-basics.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi-basics.exp,v retrieving revision 1.14 diff -u -r1.14 mi-basics.exp --- mi-basics.exp 10 Aug 2006 05:27:21 -0000 1.14 +++ mi-basics.exp 2 Oct 2006 15:47:24 -0000 @@ -219,6 +219,8 @@ } } + set orig_path [string_to_regexp ${orig_path}] + mi_gdb_test "207-environment-path" \ "207\\\^done,path=\"$orig_path\"" \ "environment-path no-args operation" Index: mi2-basics.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi2-basics.exp,v retrieving revision 1.6 diff -u -r1.6 mi2-basics.exp --- mi2-basics.exp 10 Aug 2006 05:27:21 -0000 1.6 +++ mi2-basics.exp 2 Oct 2006 15:47:24 -0000 @@ -222,6 +222,8 @@ } } + set orig_path [string_to_regexp ${orig_path}] + mi_gdb_test "207-environment-path" \ "207\\\^done,path=\"$orig_path\"" \ "environment-path no-args operation"