From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Michael Elizabeth Chastain Cc: msnyder@cygnus.com, gdb-patches@sources.redhat.com Subject: Re: [PATCH] quoting curly braces in call-rt-st Date: Thu, 05 Jul 2001 10:11:00 -0000 Message-id: <3B44982C.4090005@cygnus.com> References: <200107051534.IAA24501@stanley.cygnus.com> X-SW-Source: 2001-07/msg00099.html > I think the patterns are breaking now because a different person is > running them in a different environment -- specifically, with a different > version of 'expect'. I always use /usr/progressive/bin/expect > on every platform. I'm not sure what MichaelS is using; it depends > on his path. (Brain gets out of first gear...) Yes, if I zap the expect built from the CVS repository I'm going to get the expect in progressive (For those wondering what progressive is, it is a Red Hat standardized tested/built version of GCC+BINUTILS+GDB+...) > This means our test harness machinery is vulnerable and fragile. > That's not good. :( I think it means that expect has a poorly defined regex syntax and now it is changing under our feet. Once a an expression is defined it should just keep working. Andrew