using quotes instead of braces to fix cygwin failures.
+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
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\[.\]"