Re: expect problem

2002-11-04 Thread Emile van Bergen
Hi, On Mon, Nov 04, 2002 at 03:50:47PM +0100, Russell Coker wrote: > I have attached a couple of test programs demonstrating a problem that I have > with expect. > > I type the following: > ./expect_script ./testit > > The result I desire is that the command "sleep 100" is running in the > ba

expect problem

2002-11-04 Thread Russell Coker
I have attached a couple of test programs demonstrating a problem that I have with expect. I type the following: ./expect_script ./testit The result I desire is that the command "sleep 100" is running in the background. However sleep doesn't seem to get run. I can't determine the exact cause

Re: expect problem

2002-11-04 Thread Emile van Bergen
Hi, On Mon, Nov 04, 2002 at 03:50:47PM +0100, Russell Coker wrote: > I have attached a couple of test programs demonstrating a problem that I have > with expect. > > I type the following: > ./expect_script ./testit > > The result I desire is that the command "sleep 100" is running in the > ba

expect problem

2002-11-04 Thread Russell Coker
I have attached a couple of test programs demonstrating a problem that I have with expect. I type the following: ./expect_script ./testit The result I desire is that the command "sleep 100" is running in the background. However sleep doesn't seem to get run. I can't determine the exact cause