diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/bash.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter08/bash.xml b/chapter08/bash.xml index c2a5e807b..275a63e68 100644 --- a/chapter08/bash.xml +++ b/chapter08/bash.xml @@ -80,7 +80,9 @@ class="username">tester</systemitem> user:</para> <screen><userinput remap="test">su -s /usr/bin/expect tester << EOF -spawn make tests; expect eof; +set timeout -1 +spawn make tests +expect eof EOF</userinput></screen> <para>Install the package:</para> |