* gdb.base/find.exp: Set newline variable
using quotes instead of braces to fix cygwin failures.
This commit is contained in:
parent
f551b6f0ce
commit
09f00d9a9c
@ -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
|
||||
|
@ -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\[.\]"
|
||||
|
Loading…
x
Reference in New Issue
Block a user