* gdb.base/find.exp: Set newline variable

using quotes instead of braces to fix cygwin failures.
This commit is contained in:
Pierre Muller 2009-01-27 08:22:23 +00:00
parent f551b6f0ce
commit 09f00d9a9c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
* gdb.base/find.exp: Set newline variable
using quotes instead of braces to fix cygwin failures.
2009-01-23 Pedro Alves <pedro@codesourcery.com>
* gdb.base/radix.exp: Add tests to ensure that that set

View File

@ -54,7 +54,7 @@ gdb_expect {
set hex_number {0x[0-9a-fA-F][0-9a-fA-F]*}
set history_prefix {[$][0-9]* = }
set newline {[\r\n]*}
set newline "\[\r\n\]*"
set pattern_not_found "${newline}Pattern not found\[.\]"
set one_pattern_found "${newline}1 pattern found\[.\]"
set two_patterns_found "${newline}2 patterns found\[.\]"